rjmccall added inline comments.

================
Comment at: docs/ClangCommandLineReference.rst:797
+
+Generate a section .LLVM.command.line containing the clang driver command line.
+
----------------
1. Is this section always called `.LLVM.command.line`, or does it differ by 
target object-file format?
2. For that matter, is this actually supported by all object-file formats?
3. Please describe the format of the section.  Is it just a flat C string?  Is 
it nul-terminated?  Are different options combined with spaces, and if so, does 
that mean that interior spaces in command line arguments are impossible to 
distinguish?  If the latter, I assume that this is required behavior for 
backward compatibility; please at least apologize for that in the 
documentation. :)


https://reviews.llvm.org/D54489



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to