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 c4b2db1 commit 2317236Copy full SHA for 2317236
clang/test/DebugInfo/KeyInstructions/for.c
@@ -1,7 +1,7 @@
1
-// RUN: %clang -gkey-instructions -x c++ %s -gmlt -S -emit-llvm -o - \
+// RUN: %clang_cc1 -gkey-instructions -x c++ %s -debug-info-kind=line-tables-only -emit-llvm -o - \
2
// RUN: | FileCheck %s --implicit-check-not atomGroup --implicit-check-not atomRank
3
4
-// RUN: %clang -gkey-instructions -x c %s -gmlt -S -emit-llvm -o - \
+// RUN: %clang_cc1 -gkey-instructions -x c %s -debug-info-kind=line-tables-only -emit-llvm -o - \
5
6
7
// Perennial quesiton: should the inc be its own source atom or not
0 commit comments