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

Chandler Carruth chandlerc at google.com
Sun Sep 4 16:33:28 PDT 2011


On Thu, Aug 4, 2011 at 1:58 AM, arrowdodger <6yearold at gmail.com> wrote:

> 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.


Doesn't sound like it. Sorry for the delay getting to this, but applied in
 r139108.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110904/8372b5a0/attachment.html>


More information about the llvm-commits mailing list