diff options
Diffstat (limited to 'lld/test/COFF/thinlto-archivecollision.ll')
-rw-r--r-- | lld/test/COFF/thinlto-archivecollision.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/COFF/thinlto-archivecollision.ll b/lld/test/COFF/thinlto-archivecollision.ll index 8b8865d03d3..b865402fdc0 100644 --- a/lld/test/COFF/thinlto-archivecollision.ll +++ b/lld/test/COFF/thinlto-archivecollision.ll @@ -16,7 +16,7 @@ ; CHECK-NEXT: {{/|\\\\thinlto-archivecollision.ll.tmp/libbar.libbar.obj[0-9]+$}} ; CHECK-NEXT: {{^-r=.*/|\\\\thinlto-archivecollision.ll.tmp/libbar.libbar.obj[0-9]+,bar,p$}} -target datalayout = "e-m:w-i64:64-f80:128-n8:16:32:64-S128" +target datalayout = "e-m:w-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-windows-msvc" declare void @bar() |