[llvm-nm] Update lld tests based on changed llvm-nm output

llvm-svn: 343743
This commit is contained in:
Jordan Rupprecht 2018-10-03 23:39:59 +00:00
parent 53cb573564
commit dd0f98972d
1 changed files with 2 additions and 1 deletions

View File

@ -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