forked from OSchip/llvm-project
Don't clutter the test directory with temporary IR files.
-emit-llvm emits a file, -emit-llvm-only doesn't. llvm-svn: 265926
This commit is contained in:
parent
da730769fb
commit
b8b2f3f6c8
|
@ -1,6 +1,6 @@
|
|||
// RUN: %clang_cc1 -triple x86_64-windows -fsyntax-only -verify %s
|
||||
// RUN: %clang_cc1 -triple x86_64-linux -fsyntax-only -verify -emit-llvm -DCHECK_ALIASES %s
|
||||
// RUN: %clang_cc1 -triple x86_64-linux -fsyntax-only -verify -emit-llvm %s
|
||||
// RUN: %clang_cc1 -triple x86_64-linux -fsyntax-only -verify -emit-llvm-only -DCHECK_ALIASES %s
|
||||
// RUN: %clang_cc1 -triple x86_64-linux -fsyntax-only -verify -emit-llvm-only %s
|
||||
|
||||
#if defined(_WIN32)
|
||||
void foo() {}
|
||||
|
|
Loading…
Reference in New Issue