[LLVMdev] RFC: Dropping support for building sanitizers with autotools

Anna Zaks ganna at apple.com
Tue Feb 17 18:56:46 PST 2015


> On Feb 17, 2015, at 6:33 PM, Chandler Carruth <chandlerc at google.com> wrote:
> 
> 
> On Tue, Feb 17, 2015 at 6:23 PM, Anna Zaks <ganna at apple.com <mailto:ganna at apple.com>> wrote:
> 
> We do have public buildbots set up for OS X:
> 
> Here is one that is testing a makefile build. There are probably others in different configurations.
> http://lab.llvm.org:8080/green/view/Clang/job/clang-stage1-configure-RA_build/ <http://lab.llvm.org:8080/green/view/Clang/job/clang-stage1-configure-RA_build/>
> 
> I may be missing something obvious (the jenkins UI is very unfamiliar to me) but I don't see this build bot failing at any time because of this change... Is it actually building the ASan runtimes?

The change has been reverted shortly after the initial commit to allow for more discussions. This is why the bot is green. You can see that the asan library is being built if you choose "Console Output" menu and click "full log", search for "libclang_rt.asan_osx_dynamic.dylib".

I don't think there is a specific reason why we need the sanitizers to be built with autotools. I agree that the current setup is broken in several ways and needs attention. Thank you for the suggestion to run cmake from an autoconf/Makefile setting; we'll investigate if that could be an acceptable solution.

Anna.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150217/04cfbffc/attachment.html>


More information about the llvm-dev mailing list