forked from OSchip/llvm-project
Fix function-alias.ll test on non-X86 targets.
llvm-svn: 254676
This commit is contained in:
parent
5e128dbcbf
commit
7fc3cb5919
|
@ -1,6 +1,4 @@
|
|||
; RUN: llc < %s | FileCheck %s
|
||||
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
|
||||
target triple = "x86_64-unknown-linux-gnu"
|
||||
|
||||
; "data" constant
|
||||
@0 = private constant <{ i8, i8 }> <{i8 15, i8 11}>, section ".text"
|
||||
|
|
Loading…
Reference in New Issue