diff options
| author | Peter Collingbourne <peter@pcc.me.uk> | 2015-06-30 01:15:54 +0000 |
|---|---|---|
| committer | Peter Collingbourne <peter@pcc.me.uk> | 2015-06-30 01:15:54 +0000 |
| commit | a5cb3893378f7ea78bc8c9bd727809b0976207aa (patch) | |
| tree | 09c46a35903a0cef718dd95ff7e27a62e6e794dc | |
| parent | ef46184b685fcaa3ad2733d2a427660005a6e1a4 (diff) | |
| download | bcm5719-llvm-a5cb3893378f7ea78bc8c9bd727809b0976207aa.tar.gz bcm5719-llvm-a5cb3893378f7ea78bc8c9bd727809b0976207aa.zip | |
Add layout/triple to fix test on platforms where names are mangled.
llvm-svn: 241031
| -rw-r--r-- | lld/test/COFF/Inputs/conflict.ll | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lld/test/COFF/Inputs/conflict.ll b/lld/test/COFF/Inputs/conflict.ll index b758d4a0c08..8cd7d706e5f 100644 --- a/lld/test/COFF/Inputs/conflict.ll +++ b/lld/test/COFF/Inputs/conflict.ll @@ -1,3 +1,6 @@ +target datalayout = "e-m:w-i64:64-f80:128-n8:16:32:64-S128" +target triple = "x86_64-pc-windows-msvc" + define void @foo() { ret void } |

