[llvm] 345e8ed - [LLVMgold][test] Fix llvm-nm test after D72658

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 20 00:11:01 PST 2020


Author: Nathan Chancellor
Date: 2020-01-20T00:10:24-08:00
New Revision: 345e8ed4fcfe5d0c8f457f0ff0096889aec3114f

URL: https://github.com/llvm/llvm-project/commit/345e8ed4fcfe5d0c8f457f0ff0096889aec3114f
DIFF: https://github.com/llvm/llvm-project/commit/345e8ed4fcfe5d0c8f457f0ff0096889aec3114f.diff

LOG: [LLVMgold][test] Fix llvm-nm test after D72658

Differential Revision: https://reviews.llvm.org/D73014

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/test/tools/gold/X86/thinlto.ll b/llvm/test/tools/gold/X86/thinlto.ll
index 0b6d2d441d22..9a81618aad7e 100644
--- a/llvm/test/tools/gold/X86/thinlto.ll
+++ b/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}}


        


More information about the llvm-commits mailing list