Don't actually invoke codegen in driver test.

llvm-svn: 177838
This commit is contained in:
Benjamin Kramer 2013-03-24 11:30:15 +00:00
parent 4f9d1e85d0
commit 2c923accd6
1 changed files with 2 additions and 2 deletions

View File

@ -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"