Re: [PATCH] Disable "ODR" checking in libsanitizer

2015-02-23 Thread Kostya Serebryany
[text only] Looks good. I am not planing to work on the fix any time soon, co I encourage you or someone else interested to send patches to fix the problem in LLVM. Since you are also committing a test we should not accidentally remove this patch with the next merge. Thanks! --kcc On Mon, Feb 23

[PATCH] Disable "ODR" checking in libsanitizer

2015-02-23 Thread Jakub Jelinek
Hi! The "ODR" checking lib libsanitizer isn't really ODR checking and relies on the LLVM way of registering the same symbol multiple times, where GCC uses private aliases and the only time "ODR violatilation" is reported is when there are symbol aliases. Until libsanitizer rewrites this to use na