[PATCH] D101047: Updated the content of getting started documentation under llv/lib/MC
PoojaYadav via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 22 04:20:45 PDT 2021
pooja2299 created this revision.
pooja2299 added a reviewer: xgupta.
pooja2299 requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
wrote about llv/lib/MC subproject on https://llvm.org/docs/GettingStarted.html page.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D101047
Files:
README.md
Index: README.md
===================================================================
--- README.md
+++ README.md
@@ -1,3 +1,5 @@
+# Hi, I would like to contribute to LLVM project.
+
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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101047.339556.patch
Type: text/x-patch
Size: 414 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210422/aae7ad58/attachment.bin>
More information about the llvm-commits
mailing list