Do not pass the SymbolTable to writeResult.
authorRui Ueyama <ruiu@google.com>
Tue, 9 Aug 2016 03:38:23 +0000 (03:38 +0000)
committerRui Ueyama <ruiu@google.com>
Tue, 9 Aug 2016 03:38:23 +0000 (03:38 +0000)
commit84907c514379acc152a33fb41f2d93c7c39b4c46
treef09fb5a612894cf16f6df34217e1cb316e14b52c
parent9bd6241106c4408358d77770e025d6f9adf4a410
Do not pass the SymbolTable to writeResult.

The SymbolTable is always accessible as Symtab<ELFT>::X,
so no need to pass it as an argument.

llvm-svn: 278091
lld/ELF/Driver.cpp
lld/ELF/Writer.cpp
lld/ELF/Writer.h