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 d489432 commit 58697b4Copy full SHA for 58697b4
clang/test/DebugInfo/KeyInstructions/do.c
@@ -1,7 +1,7 @@
1
-// RUN: %clang -gkey-instructions -x c++ -std=c++17 %s -gmlt -S -emit-llvm -o - \
+// RUN: %clang_cc1 -gkey-instructions -x c++ -std=c++17 %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 `dec` be in its own source atom or not
0 commit comments