Re: [PATCH] Fix sanitizer build on sparc (PR sanitizer/59758)

2014-02-20 Thread Jose E. Marchesi
On Tue, Feb 18, 2014 at 06:55:51PM +0100, Jose E. Marchesi wrote: This patch fixes builds with --enable-sanitizer, which seems to be the default for sparc now. Build tested in a sparc64-*-linux-gnu system with linux 3.8.13 headers. 2014-02-18 Jose E.

Re: [PATCH] Fix sanitizer build on sparc (PR sanitizer/59758)

2014-02-20 Thread Konstantin Serebryany
At this point I would suggest to either apply my patch to gcc's libsanitizer to fix the sparc build Please don't. The merge is actually not a merge, it is a simple copy of LLVM sources over the GCC sources, no *merging* is ever expected to happen. until next merge[1] or disable building

Re: [PATCH] Fix sanitizer build on sparc (PR sanitizer/59758)

2014-02-20 Thread Jakub Jelinek
On Thu, Feb 20, 2014 at 01:15:37PM +0100, Jose E. Marchesi wrote: Yesterday I fetched and built the latest llvm/compiler-rt in sparc64. I could not manage (in a reasonable time) to get the stuff in compiler-rt/lib/sanitizer_common and compiler-rt/lib/asan built: these directories seems to be

Re: [PATCH] Fix sanitizer build on sparc (PR sanitizer/59758)

2014-02-20 Thread Konstantin Serebryany
On Thu, Feb 20, 2014 at 4:34 PM, Jakub Jelinek ja...@redhat.com wrote: On Thu, Feb 20, 2014 at 01:15:37PM +0100, Jose E. Marchesi wrote: Yesterday I fetched and built the latest llvm/compiler-rt in sparc64. I could not manage (in a reasonable time) to get the stuff in

Re: [PATCH] Fix sanitizer build on sparc (PR sanitizer/59758)

2014-02-20 Thread Jakub Jelinek
On Thu, Feb 20, 2014 at 04:44:48PM +0400, Konstantin Serebryany wrote: On Thu, Feb 20, 2014 at 4:34 PM, Jakub Jelinek ja...@redhat.com wrote: On Thu, Feb 20, 2014 at 01:15:37PM +0100, Jose E. Marchesi wrote: Yesterday I fetched and built the latest llvm/compiler-rt in sparc64. I could not

Re: [PATCH] Fix sanitizer build on sparc (PR sanitizer/59758)

2014-02-19 Thread Jose E. Marchesi
On Tue, Feb 18, 2014 at 06:55:51PM +0100, Jose E. Marchesi wrote: This patch fixes builds with --enable-sanitizer, which seems to be the default for sparc now. Build tested in a sparc64-*-linux-gnu system with linux 3.8.13 headers. 2014-02-18 Jose E.

[PATCH] Fix sanitizer build on sparc (PR sanitizer/59758)

2014-02-18 Thread Jose E. Marchesi
Hi. This patch fixes builds with --enable-sanitizer, which seems to be the default for sparc now. Build tested in a sparc64-*-linux-gnu system with linux 3.8.13 headers. 2014-02-18 Jose E. Marchesi jose.march...@oracle.com PR sanitizer/59758 *

Re: [PATCH] Fix sanitizer build on sparc (PR sanitizer/59758)

2014-02-18 Thread Jakub Jelinek
On Tue, Feb 18, 2014 at 06:55:51PM +0100, Jose E. Marchesi wrote: This patch fixes builds with --enable-sanitizer, which seems to be the default for sparc now. Build tested in a sparc64-*-linux-gnu system with linux 3.8.13 headers. 2014-02-18 Jose E. Marchesi jose.march...@oracle.com

Re: [PATCH] Fix sanitizer build on sparc (PR sanitizer/59758)

2014-02-18 Thread Konstantin Serebryany
On Tue, Feb 18, 2014 at 10:00 PM, Jakub Jelinek ja...@redhat.com wrote: On Tue, Feb 18, 2014 at 06:55:51PM +0100, Jose E. Marchesi wrote: This patch fixes builds with --enable-sanitizer, which seems to be the default for sparc now. Build tested in a sparc64-*-linux-gnu system with linux