Use -emit-llvm-only, to avoid leaving a temp around.

llvm-svn: 98267
This commit is contained in:
Daniel Dunbar 2010-03-11 18:23:02 +00:00
parent 64b408b124
commit 44e51ea41f
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// RUN: %clang_cc1 %s -emit-llvm
// RUN: %clang_cc1 %s -emit-llvm-only
namespace test0 {
template <typename T> struct X {