This is an archive of the discontinued LLVM Phabricator instance.

[pp-trace] Use ClangTool in pp-trace, NFC
ClosedPublic

Authored by hokein on Mar 25 2019, 5:25 AM.

Details

Summary

This patch partially reverts the commit rL356849.

Unfortunately, tooling::createExecutorFromCommandLineArgs doesn't
corperate well with our internal infrastructure, which leads failing
lit tests. We use ClangTool at the moment, until we find a better
solution to smooth it.

Diff Detail

Event Timeline

hokein created this revision.Mar 25 2019, 5:25 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 25 2019, 5:25 AM
Herald added a subscriber: jdoerfert. · View Herald Transcript
ioeric accepted this revision.Mar 25 2019, 5:30 AM
This revision is now accepted and ready to land.Mar 25 2019, 5:30 AM
This revision was automatically updated to reflect the committed changes.