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 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments