mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
[FastISel] Move gc intrinsic test to X86 directory
Move from generic to X86 directory since gc intrinsics only supposed in X86 64 bit. Add target triple as well. Fixes build failure in i686-linux-RA caused by rL307084. llvm-svn: 307086
This commit is contained in:
parent
5c84ab0bec
commit
e7c8763550
@ -1,5 +1,7 @@
|
||||
; RUN: llc < %s -fast-isel
|
||||
|
||||
target datalayout = "e-i64:64-f80:128-n8:16:32:64-S128"
|
||||
target triple = "x86_64-pc-linux-gnu"
|
||||
; Dont crash with gc intrinsics.
|
||||
|
||||
; gcrelocate call should not be an LLVM Machine Block by itself.
|
Loading…
Reference in New Issue
Block a user