From dd0f98972d38afe82b70649e08a39630810f439a Mon Sep 17 00:00:00 2001 From: Jordan Rupprecht Date: Wed, 3 Oct 2018 23:39:59 +0000 Subject: [PATCH] [llvm-nm] Update lld tests based on changed llvm-nm output llvm-svn: 343743 --- lld/test/ELF/lto/thinlto-obj-path.ll | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lld/test/ELF/lto/thinlto-obj-path.ll b/lld/test/ELF/lto/thinlto-obj-path.ll index bb69bb876a28..934b505d81ca 100644 --- a/lld/test/ELF/lto/thinlto-obj-path.ll +++ b/lld/test/ELF/lto/thinlto-obj-path.ll @@ -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