Files
clang-p2996/lld/test/elf/stripped-empty.test
Rui Ueyama 81d9e09090 Add missing -target triple to ELF tests.
llvm-svn: 221505
2014-11-07 01:45:32 +00:00

5 lines
147 B
Plaintext

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