summaryrefslogtreecommitdiff
path: root/test/COFF/lto-parallel.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/COFF/lto-parallel.ll')
-rw-r--r--test/COFF/lto-parallel.ll8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/COFF/lto-parallel.ll b/test/COFF/lto-parallel.ll
index 2303797019a5..449e3a01a853 100644
--- a/test/COFF/lto-parallel.ll
+++ b/test/COFF/lto-parallel.ll
@@ -1,18 +1,18 @@
; RUN: llvm-as -o %t.obj %s
-; RUN: lld-link /out:%t.exe /entry:foo /include:bar /opt:lldltojobs=2 /subsystem:console /lldmap:%t.map %t.obj
+; RUN: lld-link /out:%t.exe /entry:foo /include:bar /opt:lldltopartitions=2 /subsystem:console /lldmap:%t.map %t.obj
; RUN: FileCheck %s < %t.map
target datalayout = "e-m:w-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-windows-msvc"
-; CHECK: <lto object>:
-; CHECK: foo
+; CHECK: lto.tmp
+; CHECK-NEXT: foo
define void @foo() {
call void @bar()
ret void
}
-; CHECK: <lto object>:
+; CHECK: lto.tmp
; CHECK: bar
define void @bar() {
call void @foo()