[PATCH] D17946: Add a flag to the LLVMContext to disable name for Value other than GlobalValue

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 7 16:41:54 PST 2016


joker.eph added a comment.

Good point, I haven't thought about llvm-lto. Looks like I need to find some way to push this out of the LTOCodeGenerator (I'll wait to see what others think about the direction taken by this patch first).


================
Comment at: lib/AsmParser/LLParser.cpp:52
@@ +51,3 @@
+        Lex.getLoc(),
+        "Can read textual IR with a Context that doesn't support named Values");
+
----------------
tejohnson wrote:
> Do you mean "Can't read..."?
Indeed :-)


http://reviews.llvm.org/D17946





More information about the llvm-commits mailing list