diff options
author | Bill Wendling <isanbard@gmail.com> | 2013-07-08 21:34:52 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2013-07-08 21:34:52 +0000 |
commit | 0176708e85e2a374790fcc340366f5ca6218ca10 (patch) | |
tree | d3c03f962c6d9ec452032acd3fefd0c98968ea5b /lldb/scripts/Python | |
parent | 72ebead43f3910debfb2aaa5ab2e51cdb4f56624 (diff) | |
download | llvm-0176708e85e2a374790fcc340366f5ca6218ca10.zip llvm-0176708e85e2a374790fcc340366f5ca6218ca10.tar.gz llvm-0176708e85e2a374790fcc340366f5ca6218ca10.tar.bz2 |
Stop emitting weak symbols into the "coal" sections.
The Mach-O linker has been able to support the weak-def bit on any symbol for
quite a while now. The compiler however continued to place these symbols into a
"coal" section, which required the linker to map them back to the base section
name.
Replace the sections like this:
__TEXT/__textcoal_nt instead use __TEXT/__text
__TEXT/__const_coal instead use __TEXT/__const
__DATA/__datacoal_nt instead use __DATA/__data
<rdar://problem/14265330>
llvm-svn: 185872
Diffstat (limited to 'lldb/scripts/Python')
0 files changed, 0 insertions, 0 deletions