r304501 - [ThinLTO] Add x86 requires to thin_link_bitcode. NFC.
Tim Shen via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 1 17:08:59 PDT 2017
Author: timshen
Date: Thu Jun 1 19:08:58 2017
New Revision: 304501
URL: http://llvm.org/viewvc/llvm-project?rev=304501&view=rev
Log:
[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
Modified:
cfe/trunk/test/CodeGen/thin_link_bitcode.c
Modified: cfe/trunk/test/CodeGen/thin_link_bitcode.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/thin_link_bitcode.c?rev=304501&r1=304500&r2=304501&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/thin_link_bitcode.c (original)
+++ cfe/trunk/test/CodeGen/thin_link_bitcode.c Thu Jun 1 19:08:58 2017
@@ -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
More information about the cfe-commits
mailing list