diff options
Diffstat (limited to 'llvm/test/LTO/Resolution/X86/ifunc.ll')
-rw-r--r-- | llvm/test/LTO/Resolution/X86/ifunc.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/LTO/Resolution/X86/ifunc.ll b/llvm/test/LTO/Resolution/X86/ifunc.ll index c77f1068241..5a437fddbcb 100644 --- a/llvm/test/LTO/Resolution/X86/ifunc.ll +++ b/llvm/test/LTO/Resolution/X86/ifunc.ll @@ -4,7 +4,7 @@ ; CHECK: T foo ; CHECK: t foo_ifunc -target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" +target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" @foo = ifunc i32 (i32), i64 ()* @foo_ifunc |