[patch] Drop a bit of dead code from our cmake files

Rafael EspĂ­ndola rafael.espindola at gmail.com
Thu Jun 26 20:17:19 PDT 2014


There are targets that we need to always build a shared library for
(libclang, the gold plugin, etc), but there is never a case where we
have to force a library to be built statically.

The attached patch deletes the code that was responsible for figuring that out.

Cheers,
Rafael
-------------- next part --------------
A non-text attachment was scrubbed...
Name: t.patch
Type: text/x-patch
Size: 2008 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140626/cc818dc3/attachment.bin>


More information about the llvm-commits mailing list