]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
package/clang: link libclang against libLLVM.so
authorValentin Korenblit <valentin.korenblit@smile.fr>
Fri, 11 May 2018 11:47:52 +0000 (13:47 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Fri, 11 May 2018 21:22:01 +0000 (23:22 +0200)
libclang.so is statically linking against all LLVM static libraries
instead of linking dynamically against libLLVM.so.

This patch fixes this problem by setting LLVM_LINK_LLVM_DYLIB to ON.

Signed-off-by: Valentin Korenblit <valentin.korenblit@smile.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>

No differences found