We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac74a71 commit 2ce3c5dCopy full SHA for 2ce3c5d
clang/test/DebugInfo/KeyInstructions/bitfield.cpp
@@ -1,4 +1,4 @@
1
-// RUN: %clang -gkey-instructions %s -gmlt -gcolumn-info -S -emit-llvm -o - \
+// RUN: %clang_cc1 -gkey-instructions %s -debug-info-kind=line-tables-only -emit-llvm -o - \
2
// RUN: | FileCheck %s --implicit-check-not atomGroup --implicit-check-not atomRank
3
4
struct S { int a:3; };
0 commit comments