This is an archive of the discontinued LLVM Phabricator instance.

Pass -I options to integrates and external assemblers
ClosedPublic

Authored by rengolin on Jul 14 2015, 6:32 AM.

Details

Summary

Fixes PR21000.

Patch by Artem Belevich.

This is a re-take on D7472, but with tests that should not fail on other architectures. The mistake was that changing one assembler would work on all of them. If we only test for the ones we changed, the tests should pass on all targets.

Diff Detail

Event Timeline

rengolin updated this revision to Diff 29672.Jul 14 2015, 6:32 AM
rengolin retitled this revision from to Pass -I options to integrates and external assemblers.
rengolin updated this object.
rengolin added reviewers: tra, echristo, mcrosier.
rengolin set the repository for this revision to rL LLVM.
rengolin added a subscriber: cfe-commits.

Gentle ping. I'd like to get this into 3.7.

rengolin accepted this revision.Jul 22 2015, 8:32 AM
rengolin added a reviewer: rengolin.

@echristo, @tra, Since this was approved before, and I have fixed the tests, I'm going to commit it again, as I'm expecting the other platforms not to fail.

Let me know if any of that would break something internal to your workloads.

cheers,
--renato

This revision is now accepted and ready to land.Jul 22 2015, 8:32 AM
rengolin closed this revision.Jul 22 2015, 8:33 AM

r242904