[PATCH] D109977: LLVM Driver Multicall tool

Michał Górny via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 19 02:54:59 PDT 2022


mgorny added a comment.

Hmm, I have another idea. Do you have individual LLVM static (or shared) libraries installed? On Gentoo we install only the dylib and a few unavoidable static libs:

  /usr/lib/llvm/15/lib64/libRemarks.so
  /usr/lib/llvm/15/lib64/libRemarks.so.15git
  /usr/lib/llvm/15/lib64/libLLVM-15git.so
  /usr/lib/llvm/15/lib64/libLLVM.so
  /usr/lib/llvm/15/lib64/libLLVM-15.0.0git.so
  /usr/lib/llvm/15/lib64/libLTO.so
  /usr/lib/llvm/15/lib64/libLTO.so.15git
  /usr/lib/llvm/15/lib64/libLLVMTableGen.a
  /usr/lib/llvm/15/lib64/libLLVMSupport.a
  /usr/lib/llvm/15/lib64/libLLVMDemangle.a

On my end, I'm going to check if installing full set of static libs changes anything.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D109977



More information about the cfe-commits mailing list