]> granicus.if.org Git - clang/commitdiff
Add triple to test. On Mac OS it was failing to generate debug info which matched...
authorPete Cooper <peter_cooper@apple.com>
Tue, 4 Mar 2014 02:56:59 +0000 (02:56 +0000)
committerPete Cooper <peter_cooper@apple.com>
Tue, 4 Mar 2014 02:56:59 +0000 (02:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202777 91177308-0d34-0410-b5e6-96231b3b80d8

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

index 13d60de184e60b4868c3da72f0de997fb2b67414..6dfffb61144b0045b9fd28ce4f86b7c14d39cae6 100644 (file)
@@ -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 {