[Mesa-dev] [Bug 103543] meson targets which link libgallium.a have unresolved symbol llvm::RTDyldMemoryManager

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Nov 2 23:01:37 UTC 2017


https://bugs.freedesktop.org/show_bug.cgi?id=103543

Dylan Baker <baker.dylan.c at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #1 from Dylan Baker <baker.dylan.c at gmail.com> ---
I'm having trouble reproducing your problem. I have gcc 7.2.0 and LLVM 5.0.0
and with the same options:

CFLAGS="-march=native -mtune=native -m64 -pipe -O3" CXXFLAGS="-march=native
-mtune=native -m64 -pipe -O3" meson build -Ddri-drivers=r200
-Dgallium-drivers=swrast -Dvulkan-drivers=amd -Dplatforms=x11,wayland,drm
-Dglx=dri -Dgles1=false -Dgles2=false -Dvalgrind=false -Dlibunwind=false
-Dselinux=false -Dosmesa=gallium

It compiles and links fine for me.

As an aside, since you're passing -O3, you should also pass --buildtype=plain,
so that meson doesn't add -g and -O options.

Two questions for you:
Are you compiling LLVM yourself?
Does the build work with autotools?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20171102/c2755e81/attachment.html>


More information about the mesa-dev mailing list