forked from OSchip/llvm-project
[llvm-nm] Update lld tests based on changed llvm-nm output
llvm-svn: 343743
This commit is contained in:
parent
53cb573564
commit
dd0f98972d
|
|
@ -7,7 +7,8 @@
|
|||
; 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 %t3
|
||||
; RUN: llvm-readobj -h %t4.o | FileCheck %s
|
||||
; RUN: llvm-nm %t4.o | count 0
|
||||
; RUN: llvm-nm %t4.o | FileCheck %s -check-prefix=NO-SYMBOLS
|
||||
; NO-SYMBOLS: no symbols
|
||||
|
||||
; CHECK: Format: ELF64-x86-64
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue