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

Shivam Gupta via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 12 09:45:12 PDT 2021


xgupta added a comment.

I think you can copy-paste from here https://llvm.org/docs/CodeGenerator.html#the-mc-layer.

Read a little about this layer under MCInst section here: https://eli.thegreenplace.net/2012/11/24/life-of-an-instruction-in-llvm
MC layer handles the object-file emission (it can also emit textual assembly files).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101047



More information about the llvm-commits mailing list