diff options
Diffstat (limited to 'test/tools/gold/X86/thinlto_prefix_replace.ll')
| -rw-r--r-- | test/tools/gold/X86/thinlto_prefix_replace.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/tools/gold/X86/thinlto_prefix_replace.ll b/test/tools/gold/X86/thinlto_prefix_replace.ll index a635088a460e..200f331b685a 100644 --- a/test/tools/gold/X86/thinlto_prefix_replace.ll +++ b/test/tools/gold/X86/thinlto_prefix_replace.ll @@ -11,6 +11,8 @@ ; RUN: -shared %T/oldpath/thinlto_prefix_replace.o -o %T/thinlto_prefix_replace ; RUN: ls %T/newpath/thinlto_prefix_replace.o.thinlto.bc +target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" + define void @f() { entry: ret void |
