File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
clang/test/DebugInfo/KeyInstructions Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 - \
2
2
// RUN: | FileCheck %s --implicit-check-not atomGroup --implicit-check-not atomRank
3
3
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 - \
5
5
// RUN: | FileCheck %s --implicit-check-not atomGroup --implicit-check-not atomRank
6
6
7
7
typedef struct { int a , b , c ; } Struct ;
Original file line number Diff line number Diff line change 1
1
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 \
3
3
// RUN: | FileCheck %s --implicit-check-not atomGroup --implicit-check-not atomRank
4
4
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 \
6
6
// RUN: | FileCheck %s --implicit-check-not atomGroup --implicit-check-not atomRank
7
7
8
8
// The implicit-check-not is important; we don't want the GEPs created for the
You can’t perform that action at this time.
0 commit comments