rjmccall added inline comments.

================
Comment at: docs/ClangCommandLineReference.rst:799
+command-line. Command-lines in the section are surrounded and separated by null
+bytes. Spaces and backslashes in the command-line are escaped with backslashes.
+(ELF Only)
----------------
How about something like "After linking, the section may contain multiple 
command lines, which will be individually terminated by null bytes.  Separate 
arguments within a command line are combined with spaces; spaces and 
backslashes within an argument are escaped with backslashes."

And please write out "(ELF Only)" as something more like "This option is only 
currently supported on ELF targets."


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