Check return value of addOptionalSynthetic before calling a member function on it.
authorPeter Collingbourne <peter@pcc.me.uk>
Tue, 3 May 2016 18:03:45 +0000 (18:03 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Tue, 3 May 2016 18:03:45 +0000 (18:03 +0000)
commit6f535b744f43df17e896241610201941f2a7af2b
treef822767d234ea50d19b0bc616b5e8a2b75bda65c
parent1ff4a0b7ee3b52d76117cf9e7de0cfafacce739a
Check return value of addOptionalSynthetic before calling a member function on it.

Found with UBSan.

llvm-svn: 268410
lld/ELF/Writer.cpp