opt/llvm
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
2018-12-12 10:12:16 +01:00
..
.footprint [notify] llvm: 6.0.1 -> 7.0.0 2018-10-03 01:43:51 +02:00
.signature llvm: add missing configuration option LLVM_LINK_LLVM_DYLIB 2018-12-12 10:12:16 +01:00
llvm-config.h llvm: removed clang, added multilib fixes 2014-03-29 11:26:03 -05:00
Pkgfile llvm: add missing configuration option LLVM_LINK_LLVM_DYLIB 2018-12-12 10:12:16 +01:00
README [notify] llvm: 6.0.1 -> 7.0.0 2018-10-03 01:43:51 +02:00

REQUIREMENTS

PRE-INSTALL

POST-INSTALL

PRECAUTION

    Note, that updating major versions of llvm (in x.y.z changing x or y)
    requires rebuilding ports like xorg-server, mesa32, glu and the
    mesa3d-gallium driver as they depend on this port.

    Have revdep(1) point out potential candidates for rebuilds after the llvm
    update.

MISC