diff options
author | Daniel Dunbar <daniel@zuster.org> | 2010-03-11 18:23:02 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2010-03-11 18:23:02 +0000 |
commit | d295d78645503711d67ce54be2faddf7abdbc4e9 (patch) | |
tree | 5f35430da68180e06195b380a824df80b3d5a23a /test/CodeGenCXX/PR6474.cpp | |
parent | 6cb6eb4c792b504ad652d9230640656852e18ee9 (diff) | |
download | clang-d295d78645503711d67ce54be2faddf7abdbc4e9.tar.gz |
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
Diffstat (limited to 'test/CodeGenCXX/PR6474.cpp')
-rw-r--r-- | test/CodeGenCXX/PR6474.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 <typename T> struct X { |