[PATCH] D16590: Refactor backend diagnostics for unsupported features
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 28 11:09:36 PST 2016
arsenm added inline comments.
================
Comment at: llvm/trunk/include/llvm/IR/DiagnosticInfo.h:596
@@ +595,3 @@
+ const Twine &Msg;
+ const SDValue Value;
+
----------------
Why can't this include the emitted message?
You can then include a wrapper for this in codegen that accepts the SDValue
Repository:
rL LLVM
http://reviews.llvm.org/D16590
More information about the llvm-commits
mailing list