[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
Fri Apr 23 03:16:52 PDT 2021


pooja2299 updated this revision to Diff 339963.
pooja2299 added a comment.

Changed the statement that said 'translation of machine instruction, which suggested that it is just assembler or disassembler.


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

https://reviews.llvm.org/D101047

Files:
  llvm/docs/GettingStarted.rst
  mypatch.patch


Index: mypatch.patch
===================================================================
--- mypatch.patch
+++ mypatch.patch
@@ -1,14 +0,0 @@
-diff --git a/llvm/docs/GettingStarted.rst b/llvm/docs/GettingStarted.rst
-index 48089297cb29..0ef9715f95d3 100644
---- a/llvm/docs/GettingStarted.rst
-+++ b/llvm/docs/GettingStarted.rst
-@@ -884,7 +884,8 @@ share code among the `tools`_.
- 
- ``llvm/lib/MC/``
- 
--  (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.
- 
- ``llvm/lib/ExecutionEngine/``
- 
Index: llvm/docs/GettingStarted.rst
===================================================================
--- llvm/docs/GettingStarted.rst
+++ llvm/docs/GettingStarted.rst
@@ -884,7 +884,7 @@
 
 ``llvm/lib/MC/``
 
-  Libraries that represent and processs code at machine code level. It translates machine instructions between textual forms and machine code.
+  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.339963.patch
Type: text/x-patch
Size: 1295 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210423/ececfe82/attachment.bin>


More information about the llvm-commits mailing list