summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/gold/X86/thinlto_no_objects.ll
Commit message (Collapse)AuthorAgeFilesLines
* [ThinLTO] Always create linked objects file for --thinlto-index-only=Vitaly Buka2018-02-221-0/+18
Summary: ThinLTO indexing may decide to skip all objects. If we don't write something to the list build system may consider this as failure or linker can reuse a file from the previews build. Reviewers: pcc, tejohnson Subscribers: mehdi_amini, inglorion, eraman, hiraditya, llvm-commits Differential Revision: https://reviews.llvm.org/D43415 llvm-svn: 325819
OpenPOWER on IntegriCloud