[PATCH] D53332: Access ADDLIB in llvm-ar via command line

Jordan Rupprecht via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 25 10:52:25 PDT 2018


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

Seems reasonable to use L given that gnu-ar doesn't mention it/POSIX spec doesn't say it's reserved for anything. I'm fine with any other letter that fits that requirement too.

It would mean that anything using this would no longer be buildable w/ a GNU toolchain, but that's true of any other reason someone might be motivated to switch to an llvm binutils toolchain. Requiring MRI scripts for portable libraries doesn't seem too bad.


Repository:
  rL LLVM

https://reviews.llvm.org/D53332





More information about the llvm-commits mailing list