forked from OSchip/llvm-project
[llvm-objcopy][COFF] Add missing RUN in bigobj.test
This commit is contained in:
parent
7244901ef6
commit
3f53722347
|
@ -13,7 +13,7 @@ RUN: llvm-objdump -t %t.small.o | FileCheck %s --check-prefixes=SYMBOLS,SYMBOLS-
|
|||
|
||||
# Add a .gnu_debuglink section, forcing the object back to big format.
|
||||
RUN: llvm-objcopy --add-gnu-debuglink=%t.in.o %t.small.o %t.big.o
|
||||
llvm-objdump -t %t.big.o | FileCheck %s --check-prefixes=SYMBOLS,SYMBOLS-BIG,SYMBOLS-REMOVED-BIG
|
||||
RUN: llvm-objdump -t %t.big.o | FileCheck %s --check-prefixes=SYMBOLS,SYMBOLS-BIG,SYMBOLS-REMOVED-BIG
|
||||
|
||||
# In big object format, the .file symbol occupies one symbol table entry for
|
||||
# the auxillary data, but needs two entries in the small format, forcing the
|
||||
|
|
Loading…
Reference in New Issue