summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCObjectFileInfo.cpp
diff options
context:
space:
mode:
authorBob Haarman <llvm@inglorion.net>2019-07-09 18:50:55 +0000
committerBob Haarman <llvm@inglorion.net>2019-07-09 18:50:55 +0000
commit6a4c2e4f0a933f24b9f089e3804072f7733e38eb (patch)
treed6de6b49a17d7923285b3f88b882407dccfd44ea /llvm/lib/MC/MCObjectFileInfo.cpp
parentf47a313e717acb9c1b5bbdcf732cf08b042a8053 (diff)
downloadbcm5719-llvm-6a4c2e4f0a933f24b9f089e3804072f7733e38eb.tar.gz
bcm5719-llvm-6a4c2e4f0a933f24b9f089e3804072f7733e38eb.zip
[ThinLTO] only emit used or referenced CFI records to index
Summary: We emit CFI_FUNCTION_DEFS and CFI_FUNCTION_DECLS to distributed ThinLTO indices to implement indirect function call checking. This change causes us to only emit entries for functions that are either defined or used by the module we're writing the index for (instead of all functions in the combined index), which can make the indices substantially smaller. Fixes PR42378. Reviewers: pcc, vitalybuka, eugenis Subscribers: mehdi_amini, hiraditya, dexonsmith, arphaman, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D63887 llvm-svn: 365537
Diffstat (limited to 'llvm/lib/MC/MCObjectFileInfo.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud