summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/debug-info-template-explicit-specialization.cpp
diff options
context:
space:
mode:
authorPete Cooper <peter_cooper@apple.com>2014-03-04 02:56:59 +0000
committerPete Cooper <peter_cooper@apple.com>2014-03-04 02:56:59 +0000
commit48090b3500b375db4afda90bedcb9aac2fe6596c (patch)
tree9ee9152c5236b82d90d25f574f2d4b621ca6ff94 /test/CodeGenCXX/debug-info-template-explicit-specialization.cpp
parent4a7d04b9c93f668a057431c079ce60ee80329f9f (diff)
Add triple to test. On Mac OS it was failing to generate debug info which matched the check lines
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202777 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGenCXX/debug-info-template-explicit-specialization.cpp')
-rw-r--r--test/CodeGenCXX/debug-info-template-explicit-specialization.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenCXX/debug-info-template-explicit-specialization.cpp b/test/CodeGenCXX/debug-info-template-explicit-specialization.cpp
index 13d60de184..6dfffb6114 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 - | FileCheck %s
+// RUN: %clang_cc1 -S -emit-llvm -g %s -o - -triple=x86_64-unknown-unknown | FileCheck %s
template <typename T>
struct a {