This is an archive of the discontinued LLVM Phabricator instance.

[analyzer][CTU] Correctly signal in the function index generation tool if there was an error
ClosedPublic

Authored by xazax.hun on Nov 1 2018, 8:35 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

xazax.hun created this revision.Nov 1 2018, 8:35 AM
xazax.hun updated this revision to Diff 172134.Nov 1 2018, 8:38 AM
xazax.hun added a reviewer: a.sidorin.
  • Remove yet another dependency from the tool that is no longer used.
martong accepted this revision.Nov 1 2018, 9:44 AM

Looks good to me. It is great to see that we can get rid of so many header and lib dependencies.

This revision is now accepted and ready to land.Nov 1 2018, 9:44 AM
Szelethus accepted this revision.Nov 1 2018, 10:17 AM

Makes sense!

This revision was automatically updated to reflect the committed changes.