[PATCH] D116843: [Driver][Gnu] -r: imply -nostdlib like GCC

Sam James via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 12 21:18:35 PST 2022


thesamesam accepted this revision.
thesamesam added a comment.
This revision is now accepted and ready to land.

Looks good, although the documentation for `-r` and other driver options could be better (not your fault though).

>From https://gcc.gnu.org/onlinedocs/gcc/Link-Options.html:

  -r
  
      Produce a relocatable object as output. This is also known as partial linking.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D116843



More information about the cfe-commits mailing list