[PATCH] D40425: Extending CFGPrinter and CallPrinter with Heat Colors

Sean Fertile via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 29 12:29:05 PDT 2018


sfertile added a comment.

Unfortunately I had to revert this (https://reviews.llvm.org/rL336000) since there were several build-bot breaks.

2 were related to Polly which I don't build so I missed that it has a dependency the CFG printer interface. It should be a simple to fix. 
The third was a failure on the X86_64-sanitizer fast bot: FAIL: LLVM :: Other/2007-06-05-PassID.ll (20391 of 26226) which I'll have to look at a bit closer.


Repository:
  rL LLVM

https://reviews.llvm.org/D40425





More information about the llvm-commits mailing list