diff options
Diffstat (limited to 'lld/test/COFF/thinlto-mangled.ll')
-rw-r--r-- | lld/test/COFF/thinlto-mangled.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/COFF/thinlto-mangled.ll b/lld/test/COFF/thinlto-mangled.ll index 8c901cbd70b..e4a513dc7f6 100644 --- a/lld/test/COFF/thinlto-mangled.ll +++ b/lld/test/COFF/thinlto-mangled.ll @@ -3,7 +3,7 @@ ; RUN: opt -thinlto-bc %S/Inputs/thinlto-mangled-qux.ll -o %T/thinlto-mangled-qux.obj ; RUN: lld-link -out:%t.exe -entry:main %t.obj %T/thinlto-mangled-qux.obj -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-msvc19.0.24215" %"class.bar" = type { i32 (...)**, i8*, i8*, i8*, i32 } |