[PATCH] D131518: Make opt-viewer more usable by general developers

Ofek Shilon via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 10 10:22:05 PDT 2022


OfekShilon added a comment.

(1) As far as I can see the debian build failure has nothing to do with this diff:

  ...
  unsupported_code_directive	1
  unsupported_compiler_option	0
  unsupported_source_language	0
  🚨 Error: The command exited with status 1

Perhaps the build can be invoked again?

(2) Forgot to mention explicitly:  this submission includes a sample cpp project <https://github.com/OfekShilon/optview2#sample-projects>.   I hope to extend it later with some guidance on how to use attributes (restrict, const, pure, noescape) to solve common opt remarks. Where might be a good place to add that?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D131518/new/

https://reviews.llvm.org/D131518



More information about the llvm-commits mailing list