[llvm-commits] [llvm] r117523 - /llvm/trunk/docs/CodeGenerator.html

Chris Lattner sabre at nondot.org
Wed Oct 27 19:22:02 PDT 2010


Author: lattner
Date: Wed Oct 27 21:22:02 2010
New Revision: 117523

URL: http://llvm.org/viewvc/llvm-project?rev=117523&view=rev
Log:
clarify that not having the ".o file writing" feature
doesn't mean that you can't get a .o file.  Apparently
this is confusing :)

Modified:
    llvm/trunk/docs/CodeGenerator.html

Modified: llvm/trunk/docs/CodeGenerator.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CodeGenerator.html?rev=117523&r1=117522&r2=117523&view=diff
==============================================================================
--- llvm/trunk/docs/CodeGenerator.html (original)
+++ llvm/trunk/docs/CodeGenerator.html Wed Oct 27 21:22:02 2010
@@ -2160,6 +2160,10 @@
 must include an assembly parser and general inline assembly support for full
 inline assembly support in the .o writer.</p>
 
+<p>Targets that don't support this feature can obviously still write out .o
+files, they just rely on having an external assembler to translate from a .s
+file to a .o file (as is the case for many C compilers).</p>
+
 </div>
 
 <!-- _______________________________________________________________________ -->





More information about the llvm-commits mailing list