summaryrefslogtreecommitdiff
path: root/test/PCH
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2013-04-15 08:00:15 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2013-04-15 08:00:15 +0000
commitb16ae8b754fa7ecf80a81e1cb598e17a39d4c167 (patch)
treef130dfddcf67966dbe290188c911855d9253c902 /test/PCH
parent3c6a9b052373f656268557904d229a8ad8b7686f (diff)
downloadclang-b16ae8b754fa7ecf80a81e1cb598e17a39d4c167.tar.gz
clang-b16ae8b754fa7ecf80a81e1cb598e17a39d4c167.tar.bz2
clang-b16ae8b754fa7ecf80a81e1cb598e17a39d4c167.tar.xz
Add triples to these tests since they're now using TLS, which isn't available on all targets.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179514 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/PCH')
-rw-r--r--test/PCH/thread-local.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/PCH/thread-local.cpp b/test/PCH/thread-local.cpp
index 4679946e1a..f65c12af09 100644
--- a/test/PCH/thread-local.cpp
+++ b/test/PCH/thread-local.cpp
@@ -1,5 +1,5 @@
-// RUN: %clang_cc1 -pedantic-errors -std=c++11 -emit-pch %s -o %t
-// RUN: %clang_cc1 -pedantic-errors -std=c++11 -include-pch %t -verify %s
+// RUN: %clang_cc1 -pedantic-errors -std=c++11 -triple x86_64-linux-gnu -emit-pch %s -o %t
+// RUN: %clang_cc1 -pedantic-errors -std=c++11 -triple x86_64-linux-gnu -include-pch %t -verify %s
#ifndef HEADER_INCLUDED