ELF: Run the same test without --thinlto-jobs as we do with --thinlto-jobs.

The comment only made sense a long time ago, when --thinlto-jobs was
tied with --lto-partitions. That was changed in r283817, but the test
wasn't updated at the same time. This patch does so.

llvm-svn: 333480
This commit is contained in:
Peter Collingbourne 2018-05-29 23:32:49 +00:00
parent 2fec6dc56e
commit 6c73f9d12f
1 changed files with 3 additions and 3 deletions

View File

@ -17,9 +17,9 @@
; RUN: llvm-nm %t32.lto.o | FileCheck %s --check-prefix=NM2
; Then check without --thinlto-jobs (which currently default to hardware_concurrency)
; We just check that we don't crash or fail (as it's not sure which tests are
; stable on the final output file itself.
; RUN: ld.lld -shared %t1.o %t2.o -o %t2
; RUN: ld.lld -shared %t1.o %t2.o -o %t3
; RUN: llvm-nm %t31.lto.o | FileCheck %s --check-prefix=NM1
; RUN: llvm-nm %t32.lto.o | FileCheck %s --check-prefix=NM2
; NM1: T f
; NM2: T g