1
0
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:
Anna Thomas 2017-07-04 15:24:08 +00:00
parent 5c84ab0bec
commit e7c8763550

View File

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