]> granicus.if.org Git - clang/commitdiff
DebugInfo: Make test (introduced in r202769) resilient to platforms that default...
authorDavid Blaikie <dblaikie@gmail.com>
Tue, 4 Mar 2014 03:08:16 +0000 (03:08 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Tue, 4 Mar 2014 03:08:16 +0000 (03:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202780 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/debug-info-template-explicit-specialization.cpp

index 86380392a20a23c5201700171f2c59eb9c38f387..c773e9ba9be69971ada7c748c9e1eb23ade149a0 100644 (file)
@@ -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 {