[PATCH] D101047: [Docs] Updated the content of getting started documentation under llvm/lib/MC
PoojaYadav via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 28 12:21:37 PDT 2021
pooja2299 updated this revision to Diff 341291.
pooja2299 retitled this revision from "[Docs] Updated the content of getting started documentation under llvm/lib/MC " to "[Docs] Updated the content of getting started documentation under llvm/lib/MC".
pooja2299 added a comment.
redited lib/MC section
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101047/new/
https://reviews.llvm.org/D101047
Files:
llvm/docs/GettingStarted.rst
Index: llvm/docs/GettingStarted.rst
===================================================================
--- llvm/docs/GettingStarted.rst
+++ llvm/docs/GettingStarted.rst
@@ -884,7 +884,8 @@
``llvm/lib/MC/``
- (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.
``llvm/lib/ExecutionEngine/``
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101047.341291.patch
Type: text/x-patch
Size: 471 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210428/148dceb9/attachment.bin>
More information about the llvm-commits
mailing list