Skip to content

Commit ea95489

Browse files
authored
[SPIRV] Update submodules (#7369)
1 parent f19b5da commit ea95489

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

tools/clang/test/CodeGenSPIRV/fn.export.with.entrypoint.hlsl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %dxc -T as_6_6 -E main -fspv-target-env=vulkan1.3 -fcgl %s -spirv | FileCheck %s
1+
// RUN: %dxc -T as_6_6 -E main -fspv-target-env=universal1.5 -fcgl %s -spirv | FileCheck %s
22

33
// CHECK: OpCapability Linkage
44
// CHECK: OpDecorate %external_function LinkageAttributes "external_function" Export
@@ -10,4 +10,4 @@ export int external_function() {
1010
void main() {
1111
external_function();
1212
return;
13-
}
13+
}

0 commit comments

Comments
 (0)