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

--- Comment #5 from nobled <nob...@dreamwidth.org> ---
http://clang.llvm.org/docs/AddressSanitizer.html#usage
> -Wl,-z,defs may cause link errors (don’t use it with AddressSanitizer). 

mesa links libglapi with -Wl,--no-undefined, which is the same thing as
-Wl,-z,defs, and thus incompatible with asan, apparently?

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to