r202780 - DebugInfo: Make test (introduced in r202769) resilient to platforms that default to -fstandalone-debug

David Blaikie dblaikie at gmail.com
Mon Mar 3 19:08:16 PST 2014


Author: dblaikie
Date: Mon Mar  3 21:08:16 2014
New Revision: 202780

URL: http://llvm.org/viewvc/llvm-project?rev=202780&view=rev
Log:
DebugInfo: Make test (introduced in r202769) resilient to platforms that default to -fstandalone-debug

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=202780&r1=202779&r2=202780&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 21:08:16 2014
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -S -emit-llvm -g %s -o - -triple=x86_64-unknown-unknown | FileCheck %s
+// RUN: %clang_cc1 -S -emit-llvm -g %s -o - -fno-standalone-debug | FileCheck %s
 
 template <typename T>
 struct a {





More information about the cfe-commits mailing list