[cfe-commits] [PATCH] for <clang>/lib/Index/CMakeList.txt

Logan Chien tzuhsiang.chien at gmail.com
Mon Sep 20 11:07:36 PDT 2010


Hi,

<clang>/lib/Index/CMakeList.txt (rev. 114329) looks strange.
Two consecutive set(LLVM_USED_LIBS ...) are assigned different
value.  After checking the log it seems that the later one is redundant
(which
evolves from target_link_libraries(clangIndex ...).)  I have created a
patch,
as the attachment.  Please take a look.  Thanks.

Logan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20100921/918b18ee/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: libclangIndex-dep.diff
Type: text/x-diff
Size: 534 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20100921/918b18ee/attachment.diff>


More information about the cfe-commits mailing list