1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

[yaml2obj] - Fix BB after r371380

Just a fix for an input file name.

llvm-svn: 371383
This commit is contained in:
George Rimar 2019-09-09 09:55:56 +00:00
parent 26bc596a02
commit 71a8db23ee

View 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: