Files
clang-p2996/lld/test/elf/stripped-empty.test
Rafael Espindola a0af48fc93 Fix handling of files without a symbol table.
This fixes a recent regression (r183338). Stripped elf files (like installed
crtn.o for example), are not required to have a symbol table. Handle that
correctly.

llvm-svn: 183573
2013-06-07 21:08:19 +00:00

4 lines
123 B
Plaintext

RUN: lld -flavor gnu -shared -o test.so %p/Inputs/stripped-empty.x86_64
test that we handle files without a symbol table.