Make the libheap.dylib build into a consistent temp directory so it can be reused...
authorGreg Clayton <gclayton@apple.com>
Wed, 25 Apr 2012 21:23:07 +0000 (21:23 +0000)
committerGreg Clayton <gclayton@apple.com>
Wed, 25 Apr 2012 21:23:07 +0000 (21:23 +0000)
commit4f76fef267560980232b77f19fc981e7cac649cd
tree21183c35a9eb2490b087ee45f0bf6009fe64c07d
parent6eeeb7e19c5c54c981331e5fbc603656b86a5a6e
Make the libheap.dylib build into a consistent temp directory so it can be reused between lldb invocations. Also add the module name into the directory path that is used to store the target triple specific build of libheap.dylib.

Also added code that will rebuild libheap.dylib if heap_find.cpp is newer that libheap.dylib.

llvm-svn: 155590
lldb/examples/darwin/heap_find/heap.py