Skip to content
Snippets Groups Projects
Commit cfe7c28e authored by NAKAMURA Takumi's avatar NAKAMURA Takumi
Browse files

clang/test/Driver/debug-options-as.c: Fixup not to use prefix=S. I didn't know...

clang/test/Driver/debug-options-as.c: Fixup not to use prefix=S. I didn't know "REQUIRES:" would match --check-prefix=S ...

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169826 91177308-0d34-0410-b5e6-96231b3b80d8
parent 5e4ccb4d
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@
// rdar://9275556
// RUN: touch %t.s
// RUN: %clang -### -c -integrated-as -g %t.s 2>&1 \
// RUN: | FileCheck -check-prefix=S %s
// RUN: | FileCheck %s
//
// S: "-cc1as"
// S: "-g"
// CHECK: "-cc1as"
// CHECK: "-g"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment