File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
llvm-spirv/test/DebugInfo Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
- // Check for 2 thigs :
1
+ // Check for 2 things :
2
2
// - After round trip translation function definition has !dbg metadata attached
3
3
// specifically if -gline-tables-only was used for Clang
4
4
// - Parent operand of DebugFunction is DebugCompileUnit, not an OpString, even
5
5
// if in LLVM IR it points to a DIFile instead of DICompileUnit.
6
6
7
- // RUN: %clang_cc1 %s -cl-std=c ++ -emit-llvm-bc -triple spir -debug-info-kind=line-tables-only -O0 -o - | llvm-spirv -o %t.spv
7
+ // RUN: %clang_cc1 %s -cl-std=clc ++ -emit-llvm-bc -triple spir -debug-info-kind=line-tables-only -O0 -o - | llvm-spirv -o %t.spv
8
8
// RUN: llvm-spirv %t.spv -to-text -o - | FileCheck %s --check-prefix=CHECK-SPIRV
9
9
// RUN: llvm-spirv -r %t.spv -o - | llvm-dis -o - | FileCheck %s --check-prefix=CHECK-LLVM
10
10
You can’t perform that action at this time.
0 commit comments