Juergen Daubert
1465eabfd9
llvm: add missing configuration option LLVM_LINK_LLVM_DYLIB
we define LLVM_BUILD_LLVM_DYLIB=1 BUT not LLVM_LINK_LLVM_DYLIB=1 which leads to a broken llvm-config. Currently $> llvm-config --libnames --link-shared generated lots of errors about missing .so libraries, with the above addition we get the correct behaviour. $> llvm-config --libnames --link-shared libLLVM-7.so
Description
CRUX opt ports
Languages
Roff
59.4%
Shell
39.6%
C
0.5%
ChucK
0.5%