Skip to content

Commit 17837fd

Browse files
committed
use %clang_cc1
1 parent a7fa7b7 commit 17837fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/DebugInfo/KeyInstructions/init-agg.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
// RUN: %clang -gkey-instructions %s -gmlt -gno-column-info -S -emit-llvm -o - -ftrivial-auto-var-init=pattern \
2+
// RUN: %clang_cc1 -gkey-instructions %s -debug-info-kind=line-tables-only -gno-column-info -emit-llvm -o - -ftrivial-auto-var-init=pattern \
33
// RUN: | FileCheck %s --implicit-check-not atomGroup --implicit-check-not atomRank
44

55
// The implicit-check-not is important; we don't want the GEPs created for the

0 commit comments

Comments
 (0)