[Mesa-dev] [Bug 90032] build fails, undefined reference to llvm:RTDyldMemoryManager
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Apr 14 15:46:42 PDT 2015
https://bugs.freedesktop.org/show_bug.cgi?id=90032
--- Comment #2 from Felix von Leitner <felix-freedesktop at fefe.de> ---
yes, my llvm is a cmake build.
Here's the output of llvm-config:
-I/usr/include -fPIC -fvisibility-inlines-hidden -Wall -W
-Wno-unused-parameter -Wwrite-strings -Wcast-qual
-Wno-missing-field-initializers -pedantic -Wno-long-long
-Wno-maybe-uninitialized -Wno-comment -std=c++11 -ffunction-sections
-fdata-sections -O3 -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS
-D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS
Note that I built LLVM with RTTI support because I thought that would fix this
issue. It did not. Here's how I build llvm:
cd build && REQUIRES_RTTI=1 cmake .. -DCMAKE_BUILD_TYPE=Release
-DCMAKE_INSTALL_PREFIX=/usr -DLLVM_LIBDIR_SUFFIX=64 -DBUILD_SHARED_LIBS=ON
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20150414/e7be3d4b/attachment.html>
More information about the mesa-dev
mailing list