forked from OSchip/llvm-project
Fix test to output LLVM to a temporary file, which we grep as part of the test
llvm-svn: 69448
This commit is contained in:
parent
19fac3cf3c
commit
f21701b70c
|
@ -1,5 +1,5 @@
|
|||
// rdar://6657613
|
||||
// RUN: clang-cc -emit-llvm %s -o -
|
||||
// RUN: clang-cc -emit-llvm %s -o %t
|
||||
|
||||
@class C;
|
||||
|
||||
|
|
Loading…
Reference in New Issue