Date: Mon, 25 Dec 2017 16:01:37 +0000 From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 223191] devel/llvm*: --link-shared is broken Message-ID: <bug-223191-7141-u1BPaTRBv0@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-223191-7141@https.bugs.freebsd.org/bugzilla/> References: <bug-223191-7141@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223191 --- Comment #4 from Greg V <greg@unrelenting.technology> --- Oh and to fix shared link, add: CMAKE_ARGS+=3D -DLLVM_LINK_LLVM_DYLIB=3DON after: CMAKE_ARGS=3D -DLLVM_BUILD_LLVM_DYLIB=3DON Turns out if you build the monolithic dylib (libLLVM-5.0.so) but don't link= it, llvm-config will assume you actually have the tiny separate libs. =C2=AF\_(= =E3=83=84)_/=C2=AF --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-223191-7141-u1BPaTRBv0>