[llvm-commits] [llvm] r64285 - in /llvm/trunk/tools: Makefile lto/Makefile

Devang Patel dpatel at apple.com
Wed Feb 11 10:56:04 PST 2009


On Feb 10, 2009, at 9:35 PM, Nick Lewycky wrote:

>> Modified: llvm/trunk/tools/lto/Makefile
>> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/lto/Makefile?rev=64285&r1=64284&r2=64285&view=diff
>>
>> =
>> =
>> =
>> =
>> =
>> =
>> =
>> =
>> =
>> =====================================================================
>> --- llvm/trunk/tools/lto/Makefile (original)
>> +++ llvm/trunk/tools/lto/Makefile Tue Feb 10 20:34:33 2009
>> @@ -16,8 +16,12 @@
>> include $(LEVEL)/Makefile.config
>>
>> LINK_LIBS_IN_SHARED = 1
>> -SHARED_LIBRARY = 1
>> -DONT_BUILD_RELINKED = 1
>> +ifeq ($(OS),Darwin)
>> +  SHARED_LIBRARY = 1
>> +  DONT_BUILD_RELINKED = 1
>> +else
>> +  BUILD_ARCHIVE = 1
>> +endif
>
> How on Earth did this break anything? All I changed was to make it  
> as if
> OS=Darwin was always true...
>
> I'm going to assume that it didn't, and you just backed out the whole
> revision (makes sense to me),

yup

> and revert your reversion of this file...

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20090211/db0b08ff/attachment.html>


More information about the llvm-commits mailing list