Hello,
I experienced link errors building on Linux with "cmake
-DBUILD_SHARED_LIBS=ON"; applying this patch solved the problem for me.
Thanks,
llvm-cmake-so1.patch (857 Bytes)
Hello,
I experienced link errors building on Linux with "cmake
-DBUILD_SHARED_LIBS=ON"; applying this patch solved the problem for me.
Thanks,
llvm-cmake-so1.patch (857 Bytes)
Peter Collingbourne <peter@pcc.me.uk> writes:
I experienced link errors building on Linux with "cmake
-DBUILD_SHARED_LIBS=ON"; applying this patch solved the problem for me.
Applied.
Thanks!