Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lld
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2015-06-30 04:15:54 +0300
committerPeter Collingbourne <peter@pcc.me.uk>2015-06-30 04:15:54 +0300
commita5cb3893378f7ea78bc8c9bd727809b0976207aa (patch)
tree09c46a35903a0cef718dd95ff7e27a62e6e794dc /lld
parentef46184b685fcaa3ad2733d2a427660005a6e1a4 (diff)
Add layout/triple to fix test on platforms where names are mangled.
llvm-svn: 241031
Diffstat (limited to 'lld')
-rw-r--r--lld/test/COFF/Inputs/conflict.ll3
1 files changed, 3 insertions, 0 deletions
diff --git a/lld/test/COFF/Inputs/conflict.ll b/lld/test/COFF/Inputs/conflict.ll
index b758d4a0c087..8cd7d706e5fb 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
}