File tree 1 file changed +3
-3
lines changed
clang/test/DebugInfo/KeyInstructions 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- // RUN: %clang -gkey-instructions -x c++ -std=c++17 %s -gmlt -S -emit-llvm -o - \
1
+ // RUN: %clang_cc1 -gkey-instructions -x c++ -std=c++17 %s -debug-info-kind=line-tables-only -emit-llvm -o - \
2
2
// RUN: | FileCheck %s --implicit-check-not atomGroup --implicit-check-not atomRank --check-prefixes=CHECK,CHECK-CXX
3
3
4
- // RUN: %clang -gkey-instructions -x c %s -gmlt -S -emit-llvm -o - \
4
+ // RUN: %clang_cc1 -gkey-instructions -x c %s -debug-info-kind=line-tables-only -emit-llvm -o - \
5
5
// RUN: | FileCheck %s --implicit-check-not atomGroup --implicit-check-not atomRank
6
6
7
7
int g ;
@@ -31,7 +31,7 @@ void a(int A) {
31
31
// CHECK-CXX: br i1 %tobool4, label %if.then5, label %if.end6{{.*}}, !dbg [[G5R1:!.*]]
32
32
if (int B = A ; B )
33
33
;
34
- #endif
34
+ #endif
35
35
}
36
36
37
37
// CHECK: [[G1R2]] = !DILocation({{.*}}, atomGroup: 1, atomRank: 2)
You can’t perform that action at this time.
0 commit comments