diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2016-05-26 20:31:00 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2016-05-26 20:31:00 +0000 |
commit | 732eeaf2a930ad2755cb4eb5d99a3deae0de4a72 (patch) | |
tree | e3c17fbda3987873d62eabe95a436a4008be21c9 /llvm/lib/MC/MCSchedule.cpp | |
parent | 4b92326b17498df278addf968818c145034019ed (diff) | |
download | bcm5719-llvm-732eeaf2a930ad2755cb4eb5d99a3deae0de4a72.tar.gz bcm5719-llvm-732eeaf2a930ad2755cb4eb5d99a3deae0de4a72.zip |
coff: fix weak alias to local.
We were creating a weak external that tried to reference a static symbol. That
would always fail to link with link.exe.
We now create an external symbol in the same position as the local and refer
to that. This works with link.exe and matches what gas does.
llvm-svn: 270906
Diffstat (limited to 'llvm/lib/MC/MCSchedule.cpp')
0 files changed, 0 insertions, 0 deletions