[cfe-commits] r161372 - /cfe/trunk/test/CodeGenCXX/debug-info-template-quals.cpp

Eric Christopher echristo at apple.com
Mon Aug 6 17:28:23 PDT 2012


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 {





More information about the cfe-commits mailing list