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

Dylan Baker <baker.dyla...@gmail.com> changed:

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

--- Comment #1 from Dylan Baker <baker.dyla...@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.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to