From: bugzilla-daemon@freedesktop.org
To: dri-devel@lists.freedesktop.org
Subject: [Bug 52136] Mesa fails to link r600_dri.so with LLVM
Date: Mon, 16 Jul 2012 20:41:13 +0000 [thread overview]
Message-ID: <bug-52136-502-jm6s5jO7Ve@http.bugs.freedesktop.org/> (raw)
In-Reply-To: <bug-52136-502@http.bugs.freedesktop.org/>
https://bugs.freedesktop.org/show_bug.cgi?id=52136
--- Comment #1 from Tom Stellard <tstellar@gmail.com> 2012-07-16 13:41:13 PDT ---
I've seen this before. The problem is mismatched CXXFLAGS in mesa and llvm.
The typeinfo errors are caused the -fno-rtti flag (or the absence of it) and
the isCurrentDebugType and DebugFlag errors are cause by -DNDEBUG. The problem
with -DNDEBUG is that LLVM defines DNDEBUG in public headers, so if you
compiled LLVM with it, you have have to compile Mesa with it as well.
If you play with your configure flags you should be able to get this to work.
I'll try to look into a proper solution when I get a chance.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
next prev parent reply other threads:[~2012-07-16 13:41 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-16 14:06 [Bug 52136] New: Mesa fails to link r600_dri.so with LLVM bugzilla-daemon
2012-07-16 20:41 ` bugzilla-daemon [this message]
2013-11-13 0:24 ` [Bug 52136] " bugzilla-daemon
2013-11-16 13:10 ` bugzilla-daemon
2013-11-16 13:13 ` bugzilla-daemon
2013-11-16 13:17 ` bugzilla-daemon
2017-02-01 1:54 ` bugzilla-daemon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=bug-52136-502-jm6s5jO7Ve@http.bugs.freedesktop.org/ \
--to=bugzilla-daemon@freedesktop.org \
--cc=dri-devel@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox