1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

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
This commit is contained in:
Teresa Johnson 2017-08-19 19:15:04 +00:00
parent c624568e15
commit f8ebb56e6b

View File

@ -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"