[PATCH] D73014: [ThinLTO] Fix up test case after D72658

Nathan Chancellor via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 19 19:09:00 PST 2020


nathanchance created this revision.
nathanchance added reviewers: tejohnson, MaskRay, sbc100.
Herald added subscribers: llvm-commits, dexonsmith, steven_wu, hiraditya, inglorion, mehdi_amini.
Herald added a project: LLVM.

Same fix as 08f2b67d03ba8612c6ee384d0a69a34a55076903 <https://reviews.llvm.org/rG08f2b67d03ba8612c6ee384d0a69a34a55076903>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D73014

Files:
  llvm/test/tools/gold/X86/thinlto.ll


Index: llvm/test/tools/gold/X86/thinlto.ll
===================================================================
--- llvm/test/tools/gold/X86/thinlto.ll
+++ llvm/test/tools/gold/X86/thinlto.ll
@@ -83,8 +83,7 @@
 ; RUN:    --plugin-opt=obj-path=%t5.o \
 ; RUN:    -shared %t.o %t2.o -o %t4
 ; RUN: llvm-readobj -h %t5.o | FileCheck %s --check-prefix=FORMAT
-; RUN: llvm-nm %t5.o 2>&1 | FileCheck %s -check-prefix=NO-SYMBOLS
-; NO-SYMBOLS: no symbols
+; RUN: llvm-nm %t5.o 2>&1 | count 0
 
 ; NM: T f
 ; NM2: T {{f|g}}


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73014.239020.patch
Type: text/x-patch
Size: 515 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200120/0aba5921/attachment.bin>


More information about the llvm-commits mailing list