Skip to content

Commit 632932a

Browse files
committed
fix run lines
1 parent 5ed1ded commit 632932a

File tree

1 file changed

+4
-4
lines changed
  • clang/test/DebugInfo/KeyInstructions

1 file changed

+4
-4
lines changed

clang/test/DebugInfo/KeyInstructions/flag.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
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
1515
void 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

0 commit comments

Comments
 (0)