[Mesa-dev] [Bug 75315] libglapi build failure with gcc -fsanitize=address

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Aug 23 23:51:31 PDT 2014


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

--- Comment #5 from nobled <nobled at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20140824/aa96155a/attachment.html>


More information about the mesa-dev mailing list