[llvm-commits] [llvm] r136738 - /llvm/trunk/tools/edis/Makefile

arrowdodger 6yearold at gmail.com
Thu Aug 4 01:58:22 PDT 2011


On Wed, Aug 3, 2011 at 2:53 AM, Evan Cheng <evan.cheng at apple.com> wrote:

> Author: evancheng
> Date: Tue Aug  2 17:53:48 2011
> New Revision: 136738
>
> URL: http://llvm.org/viewvc/llvm-project?rev=136738&view=rev
> Log:
> lldb doesn't need the edis dylib any more.
>
> Modified:
>    llvm/trunk/tools/edis/Makefile
>
> Modified: llvm/trunk/tools/edis/Makefile
> URL:
> http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/edis/Makefile?rev=136738&r1=136737&r2=136738&view=diff
>
> ==============================================================================
> --- llvm/trunk/tools/edis/Makefile (original)
> +++ llvm/trunk/tools/edis/Makefile Tue Aug  2 17:53:48 2011
> @@ -10,7 +10,6 @@
>  LEVEL = ../..
>  LIBRARYNAME = EnhancedDisassembly
>  LINK_LIBS_IN_SHARED = 1
> -SHARED_LIBRARY = 1
>
>  EXPORTED_SYMBOL_FILE = $(PROJ_SRC_DIR)/EnhancedDisassembly.exports
>

I suppose, CMake shouldn't build a shared library too? If so, patch
attached.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110804/3fb97307/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: edis.cmake.patch
Type: text/x-patch
Size: 1413 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110804/3fb97307/attachment.bin>


More information about the llvm-commits mailing list