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 @@ -1924,7 +1924,6 @@ static inline const std::unordered_set<std::string_view> ValidSpirvFlags{
1924
1924
" -freciprocal-math" ,
1925
1925
" -funsafe-math-optimizations" ,
1926
1926
" -fvisibility=hidden" ,
1927
- " -gheterogeneous-dwarf=diexpression" ,
1928
1927
" -O0" ,
1929
1928
" -O1" ,
1930
1929
" -O2" ,
Original file line number Diff line number Diff line change 1
- // XFAIL: *
2
1
// REQUIRES: comgr-has-spirv
3
2
4
3
// COM: Generate a debuginfo SPIR-V file from a HIP kernel
11
10
// RUN: -check-prefix=CHECK-DBG %s
12
11
13
12
// COM: Check that debuginfo SPIR-V flags are correctly extracted
14
- // CHECK-DBG: Driver Job Args: {{.*}} "-gheterogeneous-dwarf=diexpression" "- mllvm -amdgpu-spill-cfi-saved-regs"
13
+ // CHECK-DBG: Driver Job Args: {{.*}} "-mllvm -amdgpu-spill-cfi-saved-regs"
15
14
16
15
#include < cstdlib>
17
16
You can’t perform that action at this time.
0 commit comments