summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/Inputs/thinlto-distributed-backend-skip.bc
AgeCommit message (Collapse)Author
2018-02-16[ThinLTO] Allow indexing to request backend to ignore the moduleVitaly Buka
Summary: Gold plugin does not add pass to ThinLTO modules without useful symbols. In this case ThinLTO can't create corresponding index file and some features, like CFI, cannot be processes by backed correctly without index. Given that we don't need the backed output we can request it to avoid processing the module. This is implemented by this patch using new "SkipModuleByDistributedBackend" flag. Reviewers: pcc, tejohnson Subscribers: mehdi_amini, inglorion, eraman, cfe-commits Differential Revision: https://reviews.llvm.org/D42995 llvm-svn: 325411