This is an archive of the discontinued LLVM Phabricator instance.

Use InitLLVM in llvm-stress, sancov and TableGen
ClosedPublic

Authored by anirudhp on Jul 9 2020, 7:22 AM.

Details

Summary

This patch refactors the llvm tools namely, llvm-stress and sancov, as well as the llvm TableGen utility, to use the new InitLLVM interface which encapsulates PrettyStackTrace

Diff Detail

Event Timeline

anirudhp created this revision.Jul 9 2020, 7:22 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 9 2020, 7:22 AM
anirudhp edited the summary of this revision. (Show Details)Jul 9 2020, 7:24 AM
anirudhp added reviewers: ctetreau, clementval.
Kai accepted this revision.Jul 9 2020, 12:22 PM

LGTM.

This revision is now accepted and ready to land.Jul 9 2020, 12:22 PM

Ping :)
Could I please get some more feedback on this patch?

This revision was automatically updated to reflect the committed changes.