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/`` 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/`` -