forked from OSchip/llvm-project
Don't actually invoke codegen in driver test.
llvm-svn: 177838
This commit is contained in:
parent
4f9d1e85d0
commit
2c923accd6
|
@ -1,3 +1,3 @@
|
|||
// RUN: %clang -target x86_64-pc-win32 -no-integrated-as %s -c -v 2>&1 | FileCheck %s
|
||||
// RUN: %clang -target x86_64-pc-win32 -### -no-integrated-as %s -c 2>&1 | FileCheck %s
|
||||
|
||||
// CHECK: cc1as -triple x86_64-pc-win32
|
||||
// CHECK: cc1as" "-triple" "x86_64-pc-win32"
|
||||
|
|
Loading…
Reference in New Issue