Re: [PATCH] Allow -fsanitize=thread without -pie

2014-12-01 Thread Jeff Law
On 11/26/14 12:43, Jakub Jelinek wrote: On Fri, Nov 21, 2014 at 04:20:44PM +0400, Dmitry Vyukov wrote: Yes, I think it's the way to go. I've just committed the following revision to clang that removes -pie when compiling with tsan: http://llvm.org/viewvc/llvm-project?view=revision&revision=22252

Re: [PATCH] Allow -fsanitize=thread without -pie

2014-11-26 Thread Dmitry Vyukov
Looks good to me. Thanks! On Wed, Nov 26, 2014 at 10:43 PM, Jakub Jelinek wrote: > On Fri, Nov 21, 2014 at 04:20:44PM +0400, Dmitry Vyukov wrote: >> Yes, I think it's the way to go. >> I've just committed the following revision to clang that removes -pie >> when compiling with tsan: >> http://llv

[PATCH] Allow -fsanitize=thread without -pie

2014-11-26 Thread Jakub Jelinek
On Fri, Nov 21, 2014 at 04:20:44PM +0400, Dmitry Vyukov wrote: > Yes, I think it's the way to go. > I've just committed the following revision to clang that removes -pie > when compiling with tsan: > http://llvm.org/viewvc/llvm-project?view=revision&revision=222526 > The tests in llvm tree pass wit