[PATCH] D63014: [docs] Add "GNU binutils Replacements" section to command guide
Jordan Rupprecht via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 10 13:05:57 PDT 2019
rupprecht added inline comments.
================
Comment at: llvm/docs/CommandGuide/index.rst:17
llvm-as
llvm-dis
----------------
smeenai wrote:
> 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.
Yes, we don't yet have a replacement for `as`, despite the same-sounding name of `llvm-as`.
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