Skip to content

Commit a9c7589

Browse files
committed
cc1
1 parent 35092c0 commit a9c7589

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

clang/test/DebugInfo/KeyInstructions/agg.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
// RUN: %clang -gkey-instructions -x c++ %s -gmlt -S -emit-llvm -o - \
1+
// RUN: %clang_cc1 -gkey-instructions -x c++ %s -debug-info-kind=line-tables-only -emit-llvm -o - \
22
// RUN: | FileCheck %s --implicit-check-not atomGroup --implicit-check-not atomRank
33

4-
// RUN: %clang -gkey-instructions -x c %s -gmlt -S -emit-llvm -o - \
4+
// RUN: %clang_cc1 -gkey-instructions -x c %s -debug-info-kind=line-tables-only -emit-llvm -o - \
55
// RUN: | FileCheck %s --implicit-check-not atomGroup --implicit-check-not atomRank
66

77
typedef struct { int a, b, c; } Struct;

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

2-
// RUN: %clang -gkey-instructions -x c++ %s -gmlt -gno-column-info -S -emit-llvm -o - -ftrivial-auto-var-init=pattern \
2+
// RUN: %clang_cc1 -gkey-instructions -x c++ %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

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

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

0 commit comments

Comments
 (0)