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
4 lines
123 B
Plaintext
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.
|