Dear LLVMers, I am working on a project that depends on LLVM 3.6. For Homebrew, the core formula is pointing to LLVM 3.5.1 and LLVM 3.6 is only available as a homebrew tap. Since no core formula can depend in versioned taps, would it be possible to get the llvm36 (since already released) formula into homebrew core and replace the 3.5.1 formula? Thank you very much, Sebastian -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150429/f8b660bf/attachment.html>
This is likely better directed at whomever wrote the original formula. It was not "the llvm project" :) (though i personally use the tap ones because the core ones do not support asan) On Wed, Apr 29, 2015 at 1:21 PM, Sebastian Blessing <sebastian at causality.io> wrote:> Dear LLVMers, > > I am working on a project that depends on LLVM 3.6. For Homebrew, the core > formula is pointing to LLVM 3.5.1 and LLVM 3.6 is only available as a > homebrew tap. Since no core formula can depend in versioned taps, would it > be possible to get the llvm36 (since already released) formula into homebrew > core and replace the 3.5.1 formula? > > Thank you very much, > Sebastian > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >
>(though i personally use the tap ones because the core ones do not support asan)Is there a particular reason why the core ones do not support asan?> > >On Wed, Apr 29, 2015 at 1:21 PM, Sebastian Blessing ><sebastian at causality.io> wrote: >> Dear LLVMers, >> >> I am working on a project that depends on LLVM 3.6. For Homebrew, the core >> formula is pointing to LLVM 3.5.1 and LLVM 3.6 is only available as a >> homebrew tap. Since no core formula can depend in versioned taps, would it >> be possible to get the llvm36 (since already released) formula into homebrew >> core and replace the 3.5.1 formula? >> >> Thank you very much, >> Sebastian >> >> _______________________________________________ >> LLVM Developers mailing list >> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >>