[llvm] cebdf5d - [Docs] Updated the content of getting started documentation under llvm/lib/MC

via llvm-commits llvm-commits at lists.llvm.org
Wed May 26 03:55:56 PDT 2021


Author: pooja2299
Date: 2021-05-26T16:25:26+05:30
New Revision: cebdf5d8465c71e43386ecec14ec1eb4b208f626

URL: https://github.com/llvm/llvm-project/commit/cebdf5d8465c71e43386ecec14ec1eb4b208f626
DIFF: https://github.com/llvm/llvm-project/commit/cebdf5d8465c71e43386ecec14ec1eb4b208f626.diff

LOG: [Docs] Updated the content of getting started documentation under llvm/lib/MC

Wrote about llvm/lib/MC subproject on https://llvm.org/docs/GettingStarted.html page.

Reviewed By: arsenm

Differential Revision: https://reviews.llvm.org/D101047

Added: 
    

Modified: 
    llvm/docs/GettingStarted.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/GettingStarted.rst b/llvm/docs/GettingStarted.rst
index c5ca6b387f2ba..e44059b3031c7 100644
--- a/llvm/docs/GettingStarted.rst
+++ b/llvm/docs/GettingStarted.rst
@@ -910,7 +910,8 @@ share code among the `tools`_.
 
 ``llvm/lib/MC/``
 
-  (FIXME: T.B.D.)  ....?
+  The libraries represent and process code at machine code level. Handles 
+  assembly and object-file emission. 
 
 ``llvm/lib/ExecutionEngine/``
 


        


More information about the llvm-commits mailing list