Author: echristo
Date: Mon Aug  6 19:28:23 2012
New Revision: 161372

URL: http://llvm.org/viewvc/llvm-project?rev=161372&view=rev
Log:
Specify a triple on this to make it easier to test.

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=161372&r1=161371&r2=161372&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenCXX/debug-info-template-quals.cpp (original)
+++ cfe/trunk/test/CodeGenCXX/debug-info-template-quals.cpp Mon Aug  6 19:28:23 
2012
@@ -1,4 +1,4 @@
-// RUN: %clang -emit-llvm -g -S %s -o - | FileCheck %s
+// RUN: %clang -emit-llvm -g -S -triple x86_64-apple-darwin %s -o - | 
FileCheck %s
 
 template<typename _CharT>
 struct basic_string {


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to