summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/LoopInterchange.cpp
diff options
context:
space:
mode:
authorTeresa Johnson <tejohnson@google.com>2016-09-21 19:12:05 +0000
committerTeresa Johnson <tejohnson@google.com>2016-09-21 19:12:05 +0000
commit3f212b890862d08ff8b4fb751fb7719ac00965a3 (patch)
tree14225bc30d8658bc3110bb5cd3bdefb07620f830 /llvm/lib/Transforms/Scalar/LoopInterchange.cpp
parente746e52c7b783757feec0c0c53746475f274c7f0 (diff)
downloadbcm5719-llvm-3f212b890862d08ff8b4fb751fb7719ac00965a3.tar.gz
bcm5719-llvm-3f212b890862d08ff8b4fb751fb7719ac00965a3.zip
[ThinLTO] Emit files for distributed builds for all modules
With the new LTO API in r278338, we stopped emitting the individual index files and imports files for some modules in the distributed backend case (thinlto-index-only plugin option). Specifically, this is when the linker decides not to include a module in the link, because it was in an archive library and did not have a strong reference to it. Not creating the expected output files makes the distributed build system implementation more difficult, in terms of checking for the expected outputs of the thin link, and scheduling the backend jobs. To address this, the gold-plugin will write dummy empty .thinlto.bc and .imports files for modules not included in the link (which LTO never sees). Augmented a gold v1.12+ test, since that version of gold has the handling for notifying on modules not being included in the link. llvm-svn: 282100
Diffstat (limited to 'llvm/lib/Transforms/Scalar/LoopInterchange.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud