This is an archive of the discontinued LLVM Phabricator instance.

Add 'thinlto_src_module' md with asserts or -enable-import-metadata
ClosedPublic

Authored by Prazek on Jul 8 2016, 1:52 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

Prazek updated this revision to Diff 63311.Jul 8 2016, 1:52 PM
Prazek retitled this revision from to Add 'thinlto_src_module' md with asserts or -enable-import-metadata.
Prazek updated this object.
Prazek added reviewers: tejohnson, eraman, mehdi_amini.
Prazek added a subscriber: llvm-commits.
mehdi_amini accepted this revision.Jul 8 2016, 1:55 PM
mehdi_amini edited edge metadata.

LGTM, thanks.

This revision is now accepted and ready to land.Jul 8 2016, 1:55 PM
tejohnson edited edge metadata.Jul 8 2016, 1:57 PM

LGTM other than one fix needed.

test/Transforms/FunctionImport/funcimport.ll
9 ↗(On Diff #63311)

I think you still need this - it predates your earlier changes and is required due to the -stats on the above line. Otherwise you will get buildbot failures.

This revision was automatically updated to reflect the committed changes.
Prazek added inline comments.Jul 8 2016, 2:32 PM
test/Transforms/FunctionImport/funcimport.ll
9 ↗(On Diff #63311)

thanks! I though I added it.