File tree Expand file tree Collapse file tree 4 files changed +5
-0
lines changed
clang/test/DebugInfo/KeyInstructions Expand file tree Collapse file tree 4 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 1
1
// RUN: %clang_cc1 -triple x86_64-linux-gnu -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
+ // REQUIRES: goodKeys
5
+
4
6
// RUN: %clang_cc1 -triple x86_64-linux-gnu -gkey-instructions -x c %s -debug-info-kind=line-tables-only -emit-llvm -o - \
5
7
// RUN: | FileCheck %s --implicit-check-not atomGroup --implicit-check-not atomRank
6
8
Original file line number Diff line number Diff line change 1
1
// RUN: %clang_cc1 -triple x86_64-linux-gnu -gkey-instructions %s -gno-column-info -debug-info-kind=line-tables-only -emit-llvm -o - \
2
2
// RUN: | FileCheck %s
3
+ // REQUIRES: goodKeys
3
4
4
5
// g::h and i can be memcpy'd, check the assignment gets Key Instructions metadata.
5
6
Original file line number Diff line number Diff line change 1
1
// RUN: %clang_cc1 -triple x86_64-linux-gnu -gkey-instructions %s -gno-column-info -debug-info-kind=line-tables-only -emit-llvm -o - \
2
2
// RUN: | FileCheck %s
3
+ // REQUIRES: goodKeys
3
4
4
5
// g::h can be memcpy'd (in this case emitted as load/stored), check the
5
6
// assignment gets Key Instructions metadata.
Original file line number Diff line number Diff line change 1
1
// RUN: %clang_cc1 -triple x86_64-linux-gnu -gkey-instructions -gno-column-info -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
+ // REQUIRES: goodKeys
3
4
4
5
// RUN: %clang_cc1 -triple x86_64-linux-gnu -gkey-instructions -gno-column-info -x c %s -debug-info-kind=line-tables-only -emit-llvm -o - \
5
6
// RUN: | FileCheck %s --implicit-check-not atomGroup --implicit-check-not atomRank
You can’t perform that action at this time.
0 commit comments