[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
Thu Apr 22 12:11:00 PDT 2021


arsenm added inline comments.


================
Comment at: llvm/docs/GettingStarted.rst:887
 
-  (FIXME: T.B.D.)  ....?
+  Libraries that represent and processs code at machine code level. It translates machine instructions between textual forms and machine code.
+  Handles things like label names, machine instructions, and sections in the object file.
----------------
Saying it translates implies it’s just the assembler and disassembler. It normally directly emits object files 


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D101047/new/

https://reviews.llvm.org/D101047



More information about the llvm-commits mailing list