r202777 - Add triple to test. On Mac OS it was failing to generate debug info which matched the check lines

Pete Cooper peter_cooper at apple.com
Mon Mar 3 18:57:00 PST 2014


Author: pete
Date: Mon Mar  3 20:56:59 2014
New Revision: 202777

URL: http://llvm.org/viewvc/llvm-project?rev=202777&view=rev
Log:
Add triple to test.  On Mac OS it was failing to generate debug info which matched the check lines

Modified:
    cfe/trunk/test/CodeGenCXX/debug-info-template-explicit-specialization.cpp

Modified: cfe/trunk/test/CodeGenCXX/debug-info-template-explicit-specialization.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/debug-info-template-explicit-specialization.cpp?rev=202777&r1=202776&r2=202777&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenCXX/debug-info-template-explicit-specialization.cpp (original)
+++ cfe/trunk/test/CodeGenCXX/debug-info-template-explicit-specialization.cpp Mon Mar  3 20:56:59 2014
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -S -emit-llvm -g %s -o - | FileCheck %s
+// RUN: %clang_cc1 -S -emit-llvm -g %s -o - -triple=x86_64-unknown-unknown | FileCheck %s
 
 template <typename T>
 struct a {





More information about the cfe-commits mailing list