Skip to content

Commit 3549d41

Browse files
committed
KeyInstructions test issues
clang/test/DebugInfo/KeyInstructions/for.c clang/test/DebugInfo/KeyInstructions/init-member-memcopyable-2.cpp clang/test/DebugInfo/KeyInstructions/init-member-memcopyable.cpp clang/test/DebugInfo/KeyInstructions/return-va-arg.c
1 parent 0571d5e commit 3549d41

File tree

4 files changed

+5
-0
lines changed

4 files changed

+5
-0
lines changed

clang/test/DebugInfo/KeyInstructions/for.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// RUN: %clang_cc1 -triple x86_64-linux-gnu -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+
// REQUIRES: goodKeys
5+
46
// RUN: %clang_cc1 -triple x86_64-linux-gnu -gkey-instructions -x c %s -debug-info-kind=line-tables-only -emit-llvm -o - \
57
// RUN: | FileCheck %s --implicit-check-not atomGroup --implicit-check-not atomRank
68

clang/test/DebugInfo/KeyInstructions/init-member-memcopyable-2.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// RUN: %clang_cc1 -triple x86_64-linux-gnu -gkey-instructions %s -gno-column-info -debug-info-kind=line-tables-only -emit-llvm -o - \
22
// RUN: | FileCheck %s
3+
// REQUIRES: goodKeys
34

45
// g::h and i can be memcpy'd, check the assignment gets Key Instructions metadata.
56

clang/test/DebugInfo/KeyInstructions/init-member-memcopyable.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// RUN: %clang_cc1 -triple x86_64-linux-gnu -gkey-instructions %s -gno-column-info -debug-info-kind=line-tables-only -emit-llvm -o - \
22
// RUN: | FileCheck %s
3+
// REQUIRES: goodKeys
34

45
// g::h can be memcpy'd (in this case emitted as load/stored), check the
56
// assignment gets Key Instructions metadata.

clang/test/DebugInfo/KeyInstructions/return-va-arg.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// 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 - \
22
// RUN: | FileCheck %s --implicit-check-not atomGroup --implicit-check-not atomRank
3+
// REQUIRES: goodKeys
34

45
// 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 - \
56
// RUN: | FileCheck %s --implicit-check-not atomGroup --implicit-check-not atomRank

0 commit comments

Comments
 (0)