[ELF] - Add test to check we don't crash when tracing reserved symbol.

This is to test the following line of code:
https://github.com/llvm-mirror/lld/blob/master/ELF/SymbolTable.cpp#L601

Without that line linker would crash.

llvm-svn: 336345
This commit is contained in:
George Rimar 2018-07-05 12:48:29 +00:00
parent dafd828c97
commit 2d55b36aac
1 changed files with 3 additions and 0 deletions

View File

@ -76,6 +76,9 @@
# RUN: FileCheck -check-prefix=STARTLIB %s
# STARTLIB: trace-symbols.s.tmp1: reference to bar
## Check we do not crash when trying to trace special symbol.
# RUN: not ld.lld -trace-symbol=_end %t -o /dev/null
.hidden hsymbol
.globl _start
.type _start, @function