[llvm-branch-commits] [llvm-branch] r109432 - /llvm/branches/Apple/Morbo/utils/buildit/build_llvm

Bill Wendling wendling at apple.com
Mon Jul 26 14:14:19 PDT 2010


When I looked at the .roots directory, I found only the LLVMHello.dylib:

$ find Roots/llvmgcc42-2332.2.roots -name '*LLVMHello.dylib'
Roots/llvmgcc42-2332.2.roots/llvmgcc42-2332.2~obj/obj-llvmCore/obj-llvm/Release+Debug/lib/LLVMHello.dylib


-bw

On Jul 26, 2010, at 2:04 PM, Bob Wilson wrote:

> Bill, are you sure this is right?  When I merged the fix back to Hartnell (where the verification error happened), I checked Morbo and it was still using the libLLVMHello.dylib name.
> 
> I think I sent you a note about that but maybe you missed it.
> 
> On Jul 26, 2010, at 1:21 PM, Bill Wendling wrote:
> 
>> Author: void
>> Date: Mon Jul 26 15:21:32 2010
>> New Revision: 109432
>> 
>> URL: http://llvm.org/viewvc/llvm-project?rev=109432&view=rev
>> Log:
>> The file's named LLVMHello.dylib not libLLVMHello.dylib.
>> 
>> Modified:
>>   llvm/branches/Apple/Morbo/utils/buildit/build_llvm
>> 
>> Modified: llvm/branches/Apple/Morbo/utils/buildit/build_llvm
>> URL: http://llvm.org/viewvc/llvm-project/llvm/branches/Apple/Morbo/utils/buildit/build_llvm?rev=109432&r1=109431&r2=109432&view=diff
>> ==============================================================================
>> --- llvm/branches/Apple/Morbo/utils/buildit/build_llvm (original)
>> +++ llvm/branches/Apple/Morbo/utils/buildit/build_llvm Mon Jul 26 15:21:32 2010
>> @@ -286,7 +286,7 @@
>> fi
>> 
>> # The Hello dylib is an example of how to build a pass. No need to install it.
>> -rm $DEST_DIR$DEST_ROOT/lib/libLLVMHello.dylib
>> +rm $DEST_DIR$DEST_ROOT/lib/LLVMHello.dylib
>> 
>> # Compress manpages
>> MDIR=$DEST_DIR$DEST_ROOT/share/man/man1
>> 
>> 
>> _______________________________________________
>> llvm-branch-commits mailing list
>> llvm-branch-commits at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-branch-commits
> 





More information about the llvm-branch-commits mailing list