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

Jeremy Drake via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 7 09:12:34 PDT 2023


jeremyd2019 added a comment.

FYI, binutils' dlltool also has a variant of that flag going the other way (`--leading-underscores`), causing underscores to be added on arches other than i386 (the default for leading underscores is "only on i386" but the flag can either set it to true or false explicitly).  I don't see the utility of that, but then again I didn't really see the utility of `--no-leading-underscores` either until rust was trying to use it.


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