]> granicus.if.org Git - llvm/commitdiff
[yaml2obj] - Fix BB after r371380
authorGeorge Rimar <grimar@accesssoftek.com>
Mon, 9 Sep 2019 09:55:56 +0000 (09:55 +0000)
committerGeorge Rimar <grimar@accesssoftek.com>
Mon, 9 Sep 2019 09:55:56 +0000 (09:55 +0000)
Just a fix for an input file name.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@371383 91177308-0d34-0410-b5e6-96231b3b80d8

test/tools/yaml2obj/dynamic-symbols.yaml

index d0a0952664c7443b5d52bcac1f2b85dd9a67029e..9ecb1c278f6bf5a635d2fe6a0024bb19f141e9a7 100644 (file)
@@ -2,7 +2,7 @@
 
 # RUN: yaml2obj --docnum=1 %s -o %t1
 # RUN: llvm-readobj --sections %t1 | FileCheck %s --check-prefix=SECTION
-# RUN: llvm-nm --dynamic %t | FileCheck %s --check-prefix=SYMBOL
+# RUN: llvm-nm --dynamic %t1 | FileCheck %s --check-prefix=SYMBOL
 
 --- !ELF
 FileHeader: