forked from OSchip/llvm-project
[test] Fix test/ELF/lto/thinlto-obj-path.ll after D52810
This commit is contained in:
parent
ecfd6d3e84
commit
08f2b67d03
|
@ -7,8 +7,7 @@
|
||||||
; RUN: rm -f %t4.o
|
; RUN: rm -f %t4.o
|
||||||
; RUN: ld.lld --plugin-opt=thinlto-index-only --plugin-opt=obj-path=%t4.o -shared %t1.o %t2.o -o /dev/null
|
; RUN: ld.lld --plugin-opt=thinlto-index-only --plugin-opt=obj-path=%t4.o -shared %t1.o %t2.o -o /dev/null
|
||||||
; RUN: llvm-readobj -h %t4.o | FileCheck %s
|
; RUN: llvm-readobj -h %t4.o | FileCheck %s
|
||||||
; RUN: llvm-nm %t4.o 2>&1 | FileCheck %s -check-prefix=NO-SYMBOLS
|
; RUN: llvm-nm %t4.o 2>&1 | count 0
|
||||||
; NO-SYMBOLS: no symbols
|
|
||||||
|
|
||||||
; Check that this also works without the --plugin-opt= prefix.
|
; Check that this also works without the --plugin-opt= prefix.
|
||||||
; RUN: rm -f %t4.o
|
; RUN: rm -f %t4.o
|
||||||
|
|
Loading…
Reference in New Issue