[LLVMbugs] [Bug 13147] CMake-generated Makefiles block one library's source files on the previous library's link step
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Nov 4 23:30:13 PST 2014
http://llvm.org/bugs/show_bug.cgi?id=13147
NAKAMURA Takumi <geek4civic at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
CC| |brad.king at kitware.com
Resolution|--- |FIXED
--- Comment #4 from NAKAMURA Takumi <geek4civic at gmail.com> ---
Resolved to introduce target_link_libraries(INTERFACE) and "objlib" stuff.
We could also cut redundant deps between tblgen and each source file, if CMake
introduced "pre-generate" hook.
Add hook for project-defined check-build-system actions
http://www.cmake.org/Bug/view.php?id=14729
--
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/20141105/107fe7e9/attachment.html>
More information about the llvm-bugs
mailing list