From a9a96c1f37545082343ccb7cfee7f97f8f7a76be Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Fri, 4 Dec 2015 02:00:12 +0000 Subject: [PATCH] Move llvm/test/CodeGen/Generic/function-alias.ll to X86. It is incompatible to PECOFF. FIXME: It may be ELF-generic. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254685 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/{Generic => X86}/function-alias.ll | 2 ++ 1 file changed, 2 insertions(+) rename test/CodeGen/{Generic => X86}/function-alias.ll (73%) diff --git a/test/CodeGen/Generic/function-alias.ll b/test/CodeGen/X86/function-alias.ll similarity index 73% rename from test/CodeGen/Generic/function-alias.ll rename to test/CodeGen/X86/function-alias.ll index 7eec5be198b..d68d75d5578 100644 --- a/test/CodeGen/Generic/function-alias.ll +++ b/test/CodeGen/X86/function-alias.ll @@ -1,4 +1,6 @@ ; 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" -- 2.34.1