[PATCH] Add new debug kind LocTrackingOnly.
David Blaikie
dblaikie at gmail.com
Mon Jun 23 13:31:30 PDT 2014
================
Comment at: include/llvm/IR/DIBuilder.h:112
@@ +111,3 @@
+ /// @param Kind The kind of debug information to generate.
+ /// @param EmitDebugInfo A boolean flag which indicates whether debug
+ /// information should be written to the final
----------------
I wonder if there's a less vague name we could use for this parameter, but I haven't thought of a better one yet. (I imagine inverted would make more sense - true for "use this weird thing where we make metadata nodes but don't add the CUs to the list" - but still don't know what we'd name it)
http://reviews.llvm.org/D4234
More information about the llvm-commits
mailing list