where is "base" llvm-config

Hi all!

where is the llvm-config for the "base" system ? I have no llvm-config. I am trying to build code that looks for it. I want to use the system compiler, if possible, corresponding to /usr/bin/clang

I only find llvm-config10 llvm-config12 llvm-config15 but those live in /usr/local/bin and come because I have the corresponding llvm10, llvm12, llvm15 ports installed.
 
Suggest installing llvm16 - which I think matches base for 14.0-RELEASE. At a minimum, you can rename llvm-config16 to llvm-config and then uninstall since you already have everything else in base.

It is an odd oversight. No idea why.
 
Back
Top