From 345e8ed4fcfe5d0c8f457f0ff0096889aec3114f Mon Sep 17 00:00:00 2001 From: Nathan Chancellor Date: Mon, 20 Jan 2020 00:08:31 -0800 Subject: [PATCH] [LLVMgold][test] Fix llvm-nm test after D72658 Differential Revision: https://reviews.llvm.org/D73014 --- llvm/test/tools/gold/X86/thinlto.ll | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/llvm/test/tools/gold/X86/thinlto.ll b/llvm/test/tools/gold/X86/thinlto.ll index 0b6d2d441d2..9a81618aad7 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}} -- 2.11.0