[PATCH] D152363: [llvm-dlltool] Implement the --no-leading-underscore option

Jeremy Drake via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 8 21:48:04 PDT 2023


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

I applied D152359 <https://reviews.llvm.org/D152359> D152360 <https://reviews.llvm.org/D152360> D152361 <https://reviews.llvm.org/D152361> and this to llvm 16.0.4, and then used that to successfully bootstrap rust on MSYS2's CLANG32 environment, which previously failed due to the unknown `--temp-prefix` argument, and even when that argument was dropped by a wrapper around llvm-dlltool, failed with linker errors due to `--no-leading-underscore` not being implemented.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D152363



More information about the llvm-commits mailing list