diff options
author | Teresa Johnson <tejohnson@google.com> | 2017-08-19 19:15:04 +0000 |
---|---|---|
committer | Teresa Johnson <tejohnson@google.com> | 2017-08-19 19:15:04 +0000 |
commit | b225ad05af66035274d0003237bb62c3493721d2 (patch) | |
tree | 1817a5cd342867c766031dded062b44e4b7be5fe /llvm/test/Transforms/FunctionImport/funcimport_var.ll | |
parent | 89377c440c64506f8c8f7edb1d609f6e22e9d697 (diff) | |
download | bcm5719-llvm-b225ad05af66035274d0003237bb62c3493721d2.tar.gz bcm5719-llvm-b225ad05af66035274d0003237bb62c3493721d2.zip |
Fix bot failures by requiring x86 target
The tests added in r311254 require a target triple since they are
running through code generation. Fix bot failures by requiring
an x86 target.
llvm-svn: 311257
Diffstat (limited to 'llvm/test/Transforms/FunctionImport/funcimport_var.ll')
-rw-r--r-- | llvm/test/Transforms/FunctionImport/funcimport_var.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/Transforms/FunctionImport/funcimport_var.ll b/llvm/test/Transforms/FunctionImport/funcimport_var.ll index e954faf8b09..9707744b887 100644 --- a/llvm/test/Transforms/FunctionImport/funcimport_var.ll +++ b/llvm/test/Transforms/FunctionImport/funcimport_var.ll @@ -13,6 +13,8 @@ ; RUN: llvm-nm %t.out.0 | FileCheck %s ; CHECK: U link +; REQUIRES: x86-registered-target + target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" |