File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
clang/test/KeyInstructions Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
2
- // RUN: %clang -gkey-instructions %s -gmlt -gno-column-info -S -emit-llvm -o - -ftrivial-auto-var-init=pattern \
2
+ // RUN: %clang -gkey-instructions -x c++ %s -gmlt -gno-column-info -S -emit-llvm -o - -ftrivial-auto-var-init=pattern \
3
+ // RUN: | FileCheck %s --implicit-check-not atomGroup --implicit-check-not atomRank
4
+
5
+ // RUN: %clang -gkey-instructions -x c %s -gmlt -gno-column-info -S -emit-llvm -o - -ftrivial-auto-var-init=pattern \
3
6
// RUN: | FileCheck %s --implicit-check-not atomGroup --implicit-check-not atomRank
4
7
5
8
// The implicit-check-not is important; we don't want the GEPs created for the
6
9
// store locations to be included in the atom group.
7
10
8
11
int g ;
9
12
void a () {
10
- // CHECK: _Z1av()
11
13
// CHECK: call void @llvm.memcpy{{.*}}, !dbg [[G1R1:!.*]]
12
14
int A [] = { 1 , 2 , 3 };
13
15
You can’t perform that action at this time.
0 commit comments