We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f731558 commit ec39f2cCopy full SHA for ec39f2c
clang/test/DebugInfo/KeyInstructions/complex.c
@@ -1,8 +1,8 @@
1
2
-// RUN: %clang -gkey-instructions -x c++ %s -gmlt -gcolumn-info -S -emit-llvm -o - -Wno-unused-variable \
+// RUN: %clang_cc1 -gkey-instructions -x c++ %s -debug-info-kind=line-tables-only -emit-llvm -o - \
3
// RUN: | FileCheck %s --implicit-check-not atomGroup --implicit-check-not atomRank
4
5
-// RUN: %clang -gkey-instructions -x c %s -gmlt -gcolumn-info -S -emit-llvm -o - -Wno-unused-variable \
+// RUN: %clang_cc1 -gkey-instructions -x c %s -debug-info-kind=line-tables-only -emit-llvm -o - \
6
7
8
_Complex float ci;
0 commit comments