mirror of
https://github.com/RPCSX/llvm.git
synced 2025-04-02 00:01:59 +00:00
gold-plugin: Fix test case.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@293137 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6d7e8f10e2
commit
988a4218f4
@ -61,13 +61,14 @@
|
||||
; RUN: llvm-nm %t4 | FileCheck %s --check-prefix=NM
|
||||
|
||||
; Test --plugin-opt=obj-path to ensure unique object files generated.
|
||||
; RUN: rm -f %t5.o %t5.o1
|
||||
; RUN: %gold -plugin %llvmshlibdir/LLVMgold.so \
|
||||
; RUN: -m elf_x86_64 \
|
||||
; RUN: --plugin-opt=thinlto \
|
||||
; RUN: --plugin-opt=jobs=2 \
|
||||
; RUN: --plugin-opt=obj-path=%t5.o \
|
||||
; RUN: -shared %t.o %t2.o -o %t4
|
||||
; RUN: llvm-nm %t5.o0 | FileCheck %s --check-prefix=NM2
|
||||
; RUN: llvm-nm %t5.o | FileCheck %s --check-prefix=NM2
|
||||
; RUN: llvm-nm %t5.o1 | FileCheck %s --check-prefix=NM2
|
||||
|
||||
; NM: T f
|
||||
|
Loading…
x
Reference in New Issue
Block a user