forked from OSchip/llvm-project
[yaml2obj] - Fix BB after r371380
Just a fix for an input file name. llvm-svn: 371383
This commit is contained in:
parent
3212ecfea8
commit
c11af417e0
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue