File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -1922,7 +1922,6 @@ static inline const std::unordered_set<std::string_view> ValidSpirvFlags{
1922
1922
" -fno-signed-zeros" ,
1923
1923
" -fno-threadsafe-statics" ,
1924
1924
" -freciprocal-math" ,
1925
- " -fskip-odr-check-in-gmf" ,
1926
1925
" -funsafe-math-optimizations" ,
1927
1926
" -fvisibility=hidden" ,
1928
1927
" -gheterogeneous-dwarf=diexpression" ,
Original file line number Diff line number Diff line change 16
16
// CHECK: SPIR-V Translation: amd-llvm-spirv -r --spirv-target-env=CL2.0 {{.*}}
17
17
18
18
// COM: Check that SPIR-V flags are correctly extracted
19
- // CHECK: Driver Job Args: {{.*}} "-fno-rounding-math" "-O3" "-fno-autolink" "-fvisibility=hidden" "-fexceptions" "-fcolor-diagnostics" "-mcode-object-version=5"
19
+ // CHECK: Driver Job Args: {{.*}} "-fno-rounding-math" "-fno-threadsafe-statics" "- O3" "-fno-autolink" "-fvisibility=hidden" "-fexceptions" "-fcolor-diagnostics" "-mcode-object-version=5"
20
20
21
21
// COM: ----
22
22
// COM: Generate a debuginfo SPIR-V file from a HIP kernel
31
31
// COM: Check that debuginfo SPIR-V flags are correctly extracted
32
32
// CHECK-DBG: Driver Job Args: {{.*}} "-gheterogeneous-dwarf=diexpression" "-mllvm -amdgpu-spill-cfi-saved-regs"
33
33
34
-
35
34
#include < cstdlib>
36
35
37
36
#define __constant__ __attribute__ ((constant))
You can’t perform that action at this time.
0 commit comments