forked from OSchip/llvm-project
7480e4db5e
The function deleteBody() converts the linkage to external and thus destroys original linkage type value. Lack of correct linkage type causes wrong relocations to be emitted later. Calling dropAllReferences() instead of deleteBody() will fix the issue. Differential Revision: http://reviews.llvm.org/D5415 llvm-svn: 218302 |
||
---|---|---|
.. | ||
BitReaderTest.cpp | ||
CMakeLists.txt | ||
Makefile |