File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
clang/test/DebugInfo/KeyInstructions Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 44// RUN: %clang -### -target x86_64 -c -gdwarf %s 2>&1 | FileCheck %s --check-prefixes=NO-KEY-INSTRUCTIONS
55
66// // Help hidden.
7- // RUN %clang --help | FileCheck %s --check-prefix=HELP
7+ // RUN: %clang --help | FileCheck %s --check-prefix=HELP
88// HELP-NOT: key-instructions
99
1010// KEY-INSTRUCTIONS: "-gkey-instructions"
1111
1212// NO-KEY-INSTRUCTIONS-NOT: key-instructions
1313
14- // RUN %clang %s | FileCheck %s --check-prefix=SMOKETEST-OFF
14+ // RUN: %clang_cc1 %s -triple x86_64-linux-gnu -debug-info-kind=line-tables-only -emit-llvm -o - | FileCheck %s --check-prefix=SMOKETEST-OFF
1515void f () {}
16- // SMOKETEST-OFF-NOT: keyInstructions
16+ // SMOKETEST-OFF-NOT: keyInstructions:
1717// SMOKETEST-OFF-NOT: atomGroup
1818
19- // RUN %clang %s -gkey-instructions | FileCheck %s --check-prefix=SMOKETEST-ON
19+ // RUN: %clang_cc1 %s -triple x86_64-linux-gnu - gkey-instructions -debug-info-kind=line-tables-only -emit-llvm -o - | FileCheck %s --check-prefix=SMOKETEST-ON
2020// SMOKETEST-ON: keyInstructions: true
2121// SMOKETEST-ON: atomGroup: 1
You can’t perform that action at this time.
0 commit comments