Re: [PATCH] Fix darwin bootstrap and merge.sh

2013-02-21 Thread Konstantin Serebryany
Thanks! Does this need to regenerate libsanitizer/asan/Makefile.in ? (It'll take a while for me to do this on Mac) --kcc On Thu, Feb 21, 2013 at 8:04 PM, Jack Howarth wrote: > The attached patch fixes the broken bootstrap on darwin in libsanitizer due > to the > deprecation of the dynamic/as

[PATCH] Fix darwin bootstrap and merge.sh

2013-02-21 Thread Jack Howarth
The attached patch fixes the broken bootstrap on darwin in libsanitizer due to the deprecation of the dynamic/asan_interceptors_dynamic.cc file. The patch also eliminates the merge of the deprecated subdirectory in merge.sh. Bootstrap and asan.exp regression tested on x86_64-apple-darwin12. Ok