mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Fix build failures for r330387 on buildbots that don't build the X86 target
llvm-svn: 330388
This commit is contained in:
parent
e5f98a3c30
commit
f6ba43e923
@ -1,6 +1,9 @@
|
||||
; RUN: opt -thinlto-bc -o %t %s
|
||||
; RUN: llvm-modextract -n 1 -o - %t | llvm-dis | FileCheck %s
|
||||
|
||||
; The target assembly parser is required to parse the symver directives
|
||||
; REQUIRES: x86-registered-target
|
||||
|
||||
target triple = "x86_64-unknown-linux-gnu"
|
||||
|
||||
module asm ".symver used, used@VER"
|
||||
|
Loading…
x
Reference in New Issue
Block a user