[PATCH] D101047: [Docs] Updated the content of getting started documentation under llvm/lib/MC
    Matt Arsenault via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Apr 23 09:34:46 PDT 2021
    
    
  
arsenm accepted this revision.
arsenm added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/docs/GettingStarted.rst:887
 
-  (FIXME: T.B.D.)  ....?
+  Libraries that represent and processs code at machine code level. It produces machine code object file.
+  Handles things like label names, machine instructions, and sections in the object file.
----------------
object and text?
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D101047/new/
https://reviews.llvm.org/D101047
    
    
More information about the llvm-commits
mailing list