summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/CodeGenTarget.cpp
diff options
context:
space:
mode:
authorGeorge Rimar <grimar@accesssoftek.com>2016-01-02 16:55:01 +0000
committerGeorge Rimar <grimar@accesssoftek.com>2016-01-02 16:55:01 +0000
commit147747ab0bbd90dc6c6928da393ff4ebdd5701c6 (patch)
tree2e8ca1fed55bcc20d4e98e58c7e67299eb0f1d1f /llvm/utils/TableGen/CodeGenTarget.cpp
parentd425dd13ad8d82802e40d5a05be15f7f847d45cf (diff)
downloadbcm5719-llvm-147747ab0bbd90dc6c6928da393ff4ebdd5701c6.tar.gz
bcm5719-llvm-147747ab0bbd90dc6c6928da393ff4ebdd5701c6.zip
Revert or r256638. I`ve lost a little piece of code when resolved conflicts right before commit. Sorry about that.
Test did not catch this either, so I`ll improve it and recommit later. Original commit message: [ELF] - Optimize .eh_frame section: remove CIE if all FDEs referencing it were removed. This patch performs little optimization for eh_frame section. If all FDE`s that referenced CIE are removed then CIE is also removed from output. That can happen for example when dropping FDEs that point to dropped sections. Testcase showing that is included. The same optimization was added to ld about 14 years ago: https://sourceware.org/ml/binutils/2001-12/msg00144.html, gold does not do that it seems. Differential revision: http://reviews.llvm.org/D15564 llvm-svn: 256693
Diffstat (limited to 'llvm/utils/TableGen/CodeGenTarget.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud