From: David Blaikie Date: Tue, 4 Mar 2014 03:08:16 +0000 (+0000) Subject: DebugInfo: Make test (introduced in r202769) resilient to platforms that default... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a3c929285aeba5916bc74cb24a38fce85078f21b;p=clang DebugInfo: Make test (introduced in r202769) resilient to platforms that default to -fstandalone-debug git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202780 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGenCXX/debug-info-template-explicit-specialization.cpp b/test/CodeGenCXX/debug-info-template-explicit-specialization.cpp index 86380392a2..c773e9ba9b 100644 --- a/test/CodeGenCXX/debug-info-template-explicit-specialization.cpp +++ b/test/CodeGenCXX/debug-info-template-explicit-specialization.cpp @@ -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 struct a {