[PATCH] D109977: LLVM Driver Multicall tool

Michał Górny via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 19 01:33:10 PDT 2022


mgorny added a comment.

> Personally I really wish that the build system issue can be fixed in the upcoming 15.0.0 release and encourage distributions to use it to decrease executable sizes.

Me too, not because of multicall but because right now it's impossible to even build clang with multicall disabled. It's a complete 100% blocker for us.

In D109977#3661581 <https://reviews.llvm.org/D109977#3661581>, @abrachet wrote:

> When running just `cmake ../clang -G Ninja` did you delete CMakeCache.txt?

I'm pretty sure I did.

> If you didn't then perhaps something from the full command you gave stayed around and caused the error. I suspect then I will need the full command you have supplied above including gentoo_common_config.cmake. Likely I will not need gentoo_toolchain.cmake

I'm going to start by trying against with today's main, maybe (hopefully) something changed. I just hoped I wouldn't have to spend the time I don't really have on this but I guess I have no other option :-(.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D109977



More information about the llvm-commits mailing list