[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
Wed May 5 14:12:07 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.
----------------
arsenm wrote:
> Saying it translates implies it’s just the assembler and disassembler. It normally directly emits object files
"It produces machine code object file" sounds grammatically off. files? This also stopped referencing the text assembly emission
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101047/new/
https://reviews.llvm.org/D101047
More information about the llvm-commits
mailing list