[llvm-bugs] [Bug 26375] New: -DLLVM_LINK_LLVM_DYLIB:BOOL=ON should link clang executables against libclang.dylib
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Jan 29 11:57:15 PST 2016
https://llvm.org/bugs/show_bug.cgi?id=26375
Bug ID: 26375
Summary: -DLLVM_LINK_LLVM_DYLIB:BOOL=ON should link clang
executables against libclang.dylib
Product: clang
Version: trunk
Hardware: Macintosh
OS: MacOS X
Status: NEW
Severity: normal
Priority: P
Component: -New Bugs
Assignee: unassignedclangbugs at nondot.org
Reporter: howarth.mailing.lists at gmail.com
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
When using -DLLVM_LINK_LLVM_DYLIB:BOOL=ON, the cmake build of clang and
clang-tools-extra in current trunk neglects to link the clang* executables
against the enlarged libclang.dylib. Instead the clang* executables are
reverted to static linkages on the linclang*.a support libraries.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160129/59b795a7/attachment.html>
More information about the llvm-bugs
mailing list