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

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 20 00:16:45 PST 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rG345e8ed4fcfe: [LLVMgold][test] Fix llvm-nm test after D72658 (authored by nathanchance, committed by MaskRay).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D73014/new/

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.239030.patch
Type: text/x-patch
Size: 515 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200120/a477ab89/attachment.bin>


More information about the llvm-commits mailing list