[cfe-commits] r161390 - /cfe/trunk/test/CodeGenCXX/debug-info-template-quals.cpp
Eric Christopher
echristo at apple.com
Mon Aug 6 22:04:19 PDT 2012
Author: echristo
Date: Tue Aug 7 00:04:19 2012
New Revision: 161390
URL: http://llvm.org/viewvc/llvm-project?rev=161390&view=rev
Log:
Fix the test RUN line for this better.
Modified:
cfe/trunk/test/CodeGenCXX/debug-info-template-quals.cpp
Modified: cfe/trunk/test/CodeGenCXX/debug-info-template-quals.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/debug-info-template-quals.cpp?rev=161390&r1=161389&r2=161390&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenCXX/debug-info-template-quals.cpp (original)
+++ cfe/trunk/test/CodeGenCXX/debug-info-template-quals.cpp Tue Aug 7 00:04:19 2012
@@ -1,4 +1,4 @@
-// RUN: %clang -emit-llvm -g -S -triple x86_64-apple-darwin %s -o - | FileCheck %s
+// RUN: %clang_cc1 -emit-llvm -g -triple x86_64-apple-darwin %s -o - | FileCheck %s
template<typename _CharT>
struct basic_string {
More information about the cfe-commits
mailing list