[PATCH] D63014: [docs] Add "GNU Replacements" section to command guide

Shoaib Meenai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 10 10:14:47 PDT 2019


smeenai added inline comments.


================
Comment at: llvm/docs/CommandGuide/index.rst:17
 
    llvm-as
    llvm-dis
----------------
jhenderson wrote:
> grimar wrote:
> > GNU 'as' is also a part of binutils:
> > https://en.wikipedia.org/wiki/GNU_Binutils
> > 
> > Should it also be moved?
> Is llvm-as intended to be a drop-in replacement yet? I have a feeling that it's not ready based on something @rupprecht said a while back.
llvm-as converts textual IR to bitcode, so it's very different from GNU as. llvm-mc would be closer to the functionality of GNU as, but I believe e.g. it doesn't support macros, so it's definitely not a drop-in replacement.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D63014





More information about the llvm-commits mailing list