diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2017-02-16 14:36:09 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2017-02-16 14:36:09 +0000 |
commit | 908a3d342091e7e3be64b01366087166d0039952 (patch) | |
tree | dd225b55702d43484879305484e58e4819f3c4d1 /llvm/lib | |
parent | bd6344c0be9b59edeb11dc56c31901a67d018622 (diff) | |
download | bcm5719-llvm-908a3d342091e7e3be64b01366087166d0039952.tar.gz bcm5719-llvm-908a3d342091e7e3be64b01366087166d0039952.zip |
Ignore relocation sections in linker scripts.
Unfortunately, the common way of writing linker scripts seems to be
to get the output of ld.bfd --verbose and edit it a bit.
Also unfortunately, the bfd default script contains things like
.rela.dyn : { *(... .rela.data ...) }
but bfd actually ignores that for -emit-relocs, so we have to do the
same.
llvm-svn: 295324
Diffstat (limited to 'llvm/lib')
0 files changed, 0 insertions, 0 deletions