summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/thin_link_bitcode.c
diff options
context:
space:
mode:
authorTim Shen <timshen91@gmail.com>2017-06-02 00:08:58 +0000
committerTim Shen <timshen91@gmail.com>2017-06-02 00:08:58 +0000
commita70ed1d69390bb66b4f4aeb9fb9016c1841ff123 (patch)
tree45f078bb8b1de03f596c5893b098472bf7fd5c93 /clang/test/CodeGen/thin_link_bitcode.c
parent70c64869b543293fe842f25aa8d2760b59048f1e (diff)
downloadbcm5719-llvm-a70ed1d69390bb66b4f4aeb9fb9016c1841ff123.tar.gz
bcm5719-llvm-a70ed1d69390bb66b4f4aeb9fb9016c1841ff123.zip
[ThinLTO] Add x86 requires to thin_link_bitcode. NFC.
It already specifies the triples, so the intention was to test x86 for now (or then). Differential Revision: https://reviews.llvm.org/D33692 llvm-svn: 304501
Diffstat (limited to 'clang/test/CodeGen/thin_link_bitcode.c')
-rw-r--r--clang/test/CodeGen/thin_link_bitcode.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/test/CodeGen/thin_link_bitcode.c b/clang/test/CodeGen/thin_link_bitcode.c
index b97c203b0e2..52c5715ba56 100644
--- a/clang/test/CodeGen/thin_link_bitcode.c
+++ b/clang/test/CodeGen/thin_link_bitcode.c
@@ -1,3 +1,5 @@
+// REQUIRES: x86-registered-target
+//
// RUN: %clang_cc1 -o %t -flto=thin -fthin-link-bitcode=%t.nodebug -triple x86_64-unknown-linux-gnu -emit-llvm-bc -debug-info-kind=limited %s
// RUN: llvm-bcanalyzer -dump %t | FileCheck %s
// RUN: llvm-bcanalyzer -dump %t.nodebug | FileCheck %s --check-prefix=NO_DEBUG
OpenPOWER on IntegriCloud