[LLVMdev] Segfault calling LLVM libs from a clang-compiled executable

Talin viridia at gmail.com
Sun Sep 4 21:05:00 PDT 2011


I figured it out. Apparently an old version of clang got installed in
/usr/bin, so my cmake script picked up that version instead of the new one
from svn. So false alarm basically.

On Wed, Aug 17, 2011 at 5:46 PM, Eli Friedman <eli.friedman at gmail.com>wrote:

> On Sat, Jul 23, 2011 at 6:32 PM, Eli Friedman <eli.friedman at gmail.com>
> wrote:
> > On Sat, Jul 23, 2011 at 5:09 PM, Talin <viridia at gmail.com> wrote:
> >> So this was working fine for me until a few days ago when I checked out
> the
> >> most recent LLVM - the one with the new type system. Now I am getting
> the
> >> same error that I was getting previously.
> >> Is it possible that your fix got unfixed when they merged in the new
> branch?
> >
> > I wouldn't be surprised if something broke, but I would be surprised
> > if it's exactly the same issue.  It's crashing calling
> > DIBuilder::createPointerType again?
>
> Did you ever make any progress narrowing this down?
>
> -Eli
>



-- 
-- Talin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110904/e48785b3/attachment.html>


More information about the llvm-dev mailing list