Use -emit-llvm-only as suggested by Argyrios.

llvm-svn: 130486
This commit is contained in:
Sebastian Redl 2011-04-29 08:19:03 +00:00
parent 16f18ed7b5
commit bc9a20949f
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
// no PCH // no PCH
// RUN: %clang_cc1 -emit-llvm -o /dev/null -include %s -include %s %s // RUN: %clang_cc1 -emit-llvm-only -include %s -include %s %s
// with PCH // with PCH
// RUN: %clang_cc1 -emit-llvm -o /dev/null -chain-include %s -chain-include %s %s // RUN: %clang_cc1 -emit-llvm-only -chain-include %s -chain-include %s %s
#if !defined(PASS1) #if !defined(PASS1)
#define PASS1 #define PASS1