Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Jul 2011 10:42:24 +0200
From:      Roman Divacky <rdivacky@freebsd.org>
To:        Marcel Moolenaar <marcel@FreeBSD.org>
Cc:        svn-src-projects@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r223705 - projects/llvm-ia64/lib/clang/libllvmjit
Message-ID:  <20110701084224.GA43291@freebsd.org>
In-Reply-To: <201107010329.p613Tn8s071270@svn.freebsd.org>
References:  <201107010329.p613Tn8s071270@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
I think you can completely leave out JIT for now :)

Anyway, great to see some progress! What is the status now?
Where are you blocked?

On Fri, Jul 01, 2011 at 03:29:49AM +0000, Marcel Moolenaar wrote:
> Author: marcel
> Date: Fri Jul  1 03:29:49 2011
> New Revision: 223705
> URL: http://svn.freebsd.org/changeset/base/223705
> 
> Log:
>   We don't have libunwind (yet?), so use setjmp/longjmp to implement
>   exceptions on ia64.
> 
> Modified:
>   projects/llvm-ia64/lib/clang/libllvmjit/Makefile
> 
> Modified: projects/llvm-ia64/lib/clang/libllvmjit/Makefile
> ==============================================================================
> --- projects/llvm-ia64/lib/clang/libllvmjit/Makefile	Fri Jul  1 01:51:28 2011	(r223704)
> +++ projects/llvm-ia64/lib/clang/libllvmjit/Makefile	Fri Jul  1 03:29:49 2011	(r223705)
> @@ -11,4 +11,8 @@ SRCS=	Intercept.cpp \
>  	JITMemoryManager.cpp \
>  	OProfileJITEventListener.cpp
>  
> +.if ${MACHINE_ARCH} == "ia64"
> +CFLAGS+= -D__USING_SJLJ_EXCEPTIONS__
> +.endif
> +
>  .include "../clang.lib.mk"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110701084224.GA43291>