[lld] 938adf4 - Fix a test typo which caused a breakage.

Sriraman Tallam via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 31 12:28:32 PDT 2020


Author: Sriraman Tallam
Date: 2020-07-31T12:26:53-07:00
New Revision: 938adf42e6b07414d4194ce8b76bbdcdc9df6459

URL: https://github.com/llvm/llvm-project/commit/938adf42e6b07414d4194ce8b76bbdcdc9df6459
DIFF: https://github.com/llvm/llvm-project/commit/938adf42e6b07414d4194ce8b76bbdcdc9df6459.diff

LOG: Fix a test typo which caused a breakage.

Added: 
    

Modified: 
    lld/test/ELF/lto/basic-block-sections.ll

Removed: 
    


################################################################################
diff  --git a/lld/test/ELF/lto/basic-block-sections.ll b/lld/test/ELF/lto/basic-block-sections.ll
index 04cd296262b1..1f932ac50a87 100644
--- a/lld/test/ELF/lto/basic-block-sections.ll
+++ b/lld/test/ELF/lto/basic-block-sections.ll
@@ -4,7 +4,7 @@
 ; RUN: llvm-readobj -s %t.lto.o | FileCheck --check-prefix=SECNAMES %s
 ; RUN: ld.lld %t.o -o %t --lto-basic-block-sections=all --lto-unique-basic-block-section-names --lto-O0 --save-temps
 ; RUN: llvm-readobj -s %t.lto.o | FileCheck --check-prefix=SECNAMES-FULL %s
-; RUN: llvm-nm %t.out | FileCheck --check-prefix=SYMS %s
+; RUN: llvm-nm %t | FileCheck --check-prefix=SYMS %s
 
 ; SECNAMES: Name: .text.foo {{.*}}
 ; SECNAMES: Name: .text.foo {{.*}}


        


More information about the llvm-commits mailing list