This is an archive of the discontinued LLVM Phabricator instance.

Revert "Revert "Fix LLVMgold plugin name/path for non-Linux.""
ClosedPublic

Authored by danalbert on Aug 15 2017, 2:23 PM.

Details

Summary

Relanding https://reviews.llvm.org/D35739 which was reverted because
it broke the tests on non-Linux. The tests have been fixed to be
platform agnostic, and additional tests have been added to make sure
that the plugin has the correct extension on each platform
(%pluginext doesn't work in CHECK lines).

Diff Detail

Repository
rL LLVM

Event Timeline

danalbert created this revision.Aug 15 2017, 2:23 PM
srhines accepted this revision.Aug 15 2017, 2:30 PM
This revision is now accepted and ready to land.Aug 15 2017, 2:30 PM
This revision was automatically updated to reflect the committed changes.