From: Daniel Dunbar Date: Thu, 11 Mar 2010 18:23:02 +0000 (+0000) Subject: Use -emit-llvm-only, to avoid leaving a temp around. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d295d78645503711d67ce54be2faddf7abdbc4e9;p=clang Use -emit-llvm-only, to avoid leaving a temp around. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@98267 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGenCXX/PR6474.cpp b/test/CodeGenCXX/PR6474.cpp index 68c09c9b95..0b155cef83 100644 --- a/test/CodeGenCXX/PR6474.cpp +++ b/test/CodeGenCXX/PR6474.cpp @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 %s -emit-llvm +// RUN: %clang_cc1 %s -emit-llvm-only namespace test0 { template struct X {