forked from OSchip/llvm-project
Use -emit-llvm-only, to avoid leaving a temp around.
llvm-svn: 98267
This commit is contained in:
parent
64b408b124
commit
44e51ea41f
|
@ -1,4 +1,4 @@
|
|||
// RUN: %clang_cc1 %s -emit-llvm
|
||||
// RUN: %clang_cc1 %s -emit-llvm-only
|
||||
|
||||
namespace test0 {
|
||||
template <typename T> struct X {
|
||||
|
|
Loading…
Reference in New Issue