Skip to content

Commit ec39f2c

Browse files
committed
cc1
1 parent f731558 commit ec39f2c

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

clang/test/DebugInfo/KeyInstructions/complex.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

2-
// RUN: %clang -gkey-instructions -x c++ %s -gmlt -gcolumn-info -S -emit-llvm -o - -Wno-unused-variable \
2+
// RUN: %clang_cc1 -gkey-instructions -x c++ %s -debug-info-kind=line-tables-only -emit-llvm -o - \
33
// RUN: | FileCheck %s --implicit-check-not atomGroup --implicit-check-not atomRank
44

5-
// RUN: %clang -gkey-instructions -x c %s -gmlt -gcolumn-info -S -emit-llvm -o - -Wno-unused-variable \
5+
// RUN: %clang_cc1 -gkey-instructions -x c %s -debug-info-kind=line-tables-only -emit-llvm -o - \
66
// RUN: | FileCheck %s --implicit-check-not atomGroup --implicit-check-not atomRank
77

88
_Complex float ci;

0 commit comments

Comments
 (0)