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 11
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 \
36// RUN: | FileCheck %s --implicit-check-not atomGroup --implicit-check-not atomRank
47
58// The implicit-check-not is important; we don't want the GEPs created for the
69// store locations to be included in the atom group.
710
811int g ;
912void a () {
10- // CHECK: _Z1av()
1113// CHECK: call void @llvm.memcpy{{.*}}, !dbg [[G1R1:!.*]]
1214 int A [] = { 1 , 2 , 3 };
1315
You can’t perform that action at this time.
0 commit comments