MCLinker and llvm-config

Erik Cederstrand erik at cederstrand.dk
Tue Jul 24 09:02:48 UTC 2012


Hi list,

I'm creating a FreeBSD port for MCLinker (http://code.google.com/p/mclinker/) in preparation of MCLinker working without patching LLVM, and testing MCLinker as a system linker when it gets far enough.

In the configure stage, MCLinker needs to run llvm-config, which is not installed by default in FreeBSD, even when WITH_CLANG_EXTRAS is set. What is the best option to get llvm-config on my system? Can I just run make && make install somewhere in /usr/src?

Thanks,
Erik Cederstrand


More information about the freebsd-toolchain mailing list