Antoniotti Marco via llvm-dev
2016-Jun-06 18:22 UTC
[llvm-dev] Naïve question about LLVM and Mac OS X (El Capitan)
Hi apologies for the stupid question and - probably - for the inappropriate forum. I am trying to install and compile a library/too that requires libclang.{a,dylib} and, unfortunately, libclangAST.{a,dylib} on Mac OS X. I surmised that Mac OS X does NOT come with a full LLVM environment set up. Is that correct? (I have Xcode 7.3.1 installed). If that is the case, what do you think is the best way to install LLVM libraries without interfering with the Xcode setup? Thanks Marco -- Marco Antoniotti, Associate Professor tel. +39 - 02 64 48 79 01 DISCo, Università Milano Bicocca U14 2043 http://bimib.disco.unimib.it Viale Sarca 336 I-20126 Milan (MI) ITALY Please check: http://cdac.lakecomoschool.org Please note that I am not checking my Spam-box anymore. Please do not forward this email without asking me first.
Daniel Berlin via llvm-dev
2016-Jun-06 18:43 UTC
[llvm-dev] Naïve question about LLVM and Mac OS X (El Capitan)
On Mon, Jun 6, 2016 at 11:22 AM, Antoniotti Marco via llvm-dev < llvm-dev at lists.llvm.org> wrote:> Hi > > apologies for the stupid question and - probably - for the inappropriate > forum. > > I am trying to install and compile a library/too that requires > libclang.{a,dylib} and, unfortunately, libclangAST.{a,dylib} on Mac OS X.> >I surmised that Mac OS X does NOT come with a full LLVM environment set> up. Is that correct? (I have Xcode 7.3.1 installed). >Yes.> > If that is the case, what do you think is the best way to install LLVM > libraries without interfering with the Xcode setup? >I use homebrew to do it. If you are really concerned, you can have homebrew not link it, but it should just work anyway. Things i use that require libclang/libclangAST (for example, rtags), just work in this setup. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160606/3f3448d5/attachment.html>