This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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 skipped when compiling on this platform.  No, I
> am not familiar at all with the llvm/compiler-rt build system.  Also I
> noticed that there are a lot of changes upstream since last gcc merge
> that may or may not compile on sparc: basically constants and data
> structures duplicating stuff from kernel headers.

Most likely llvm asan isn't supported on sparc, or perhaps even llvm, I
think it is not your responsibility to fix it up.  So, if the patch is
clearly for sparc and doesn't affect anything else, it shouldn't break
anything on the llvm side, so I'd hope it should be ok as is to compiler-rt.

	Jakub


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]