[PATCH] D16590: Refactor backend diagnostics for unsupported features

Chris Diamand via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 28 03:58:25 PST 2016


chrisdiamand_arm added a comment.

Hi,

The shared library build is still broken - as mentioned before, there's a circular dependency between `CodeGen` and `SelectionDAG` because of the `Value->print(OS);` line.

Can we revert/fix this please?

Cheers!


Repository:
  rL LLVM

http://reviews.llvm.org/D16590





More information about the llvm-commits mailing list