Skip to content

Commit 2fb58a6

Browse files
committed
cc1 + whitespace
1 parent 2b11986 commit 2fb58a6

File tree

1 file changed

+3
-3
lines changed
  • clang/test/DebugInfo/KeyInstructions

1 file changed

+3
-3
lines changed

clang/test/DebugInfo/KeyInstructions/if.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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 - \
22
// RUN: | FileCheck %s --implicit-check-not atomGroup --implicit-check-not atomRank --check-prefixes=CHECK,CHECK-CXX
33

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 - \
55
// RUN: | FileCheck %s --implicit-check-not atomGroup --implicit-check-not atomRank
66

77
int g;
@@ -31,7 +31,7 @@ void a(int A) {
3131
// CHECK-CXX: br i1 %tobool4, label %if.then5, label %if.end6{{.*}}, !dbg [[G5R1:!.*]]
3232
if (int B = A; B)
3333
;
34-
#endif
34+
#endif
3535
}
3636

3737
// CHECK: [[G1R2]] = !DILocation({{.*}}, atomGroup: 1, atomRank: 2)

0 commit comments

Comments
 (0)