]> granicus.if.org Git - clang/commitdiff
Fix a problem with the RUN line of one of the PCH tests
authorDouglas Gregor <dgregor@apple.com>
Mon, 27 Apr 2009 18:49:47 +0000 (18:49 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 27 Apr 2009 18:49:47 +0000 (18:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@70227 91177308-0d34-0410-b5e6-96231b3b80d8

test/PCH/va_arg.c

index de0bd5f73d49bf379b39c5f6259c81bd9472262b..75cee06d656fc4d1d8fdf0f20396f9160989dcfa 100644 (file)
@@ -2,7 +2,7 @@
 // RUN: clang-cc -triple=x86_64-unknown-freebsd7.0 -include %S/va_arg.h %s -emit-llvm -o - &&
 
 // Test with pch.
-// RUN: clang-cc -triple=x86_64-unknown-freebsd7.0 -o %t %S/va_arg.h &&
+// RUN: clang-cc -triple=x86_64-unknown-freebsd7.0 -emit-pch -o %t %S/va_arg.h &&
 // RUN: clang-cc -triple=x86_64-unknown-freebsd7.0 -include-pch %t %s -emit-llvm -o -
 
 char *g0(char** argv, int argc) { return argv[argc]; }