Skip to content
Please note that GitHub no longer supports Internet Explorer.

We recommend upgrading to the latest Microsoft Edge, Google Chrome, or Firefox.

Learn more
Permalink
Browse files

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

Differential Revision: https://reviews.llvm.org/D73014
  • Loading branch information
nathanchance authored and MaskRay committed Jan 20, 2020
1 parent ff2e67a commit 345e8ed4fcfe5d0c8f457f0ff0096889aec3114f
Showing with 1 addition and 2 deletions.
  1. +1 −2 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}}

0 comments on commit 345e8ed

Please sign in to comment.
You can’t perform that action at this time.