svn commit: r223705 - projects/llvm-ia64/lib/clang/libllvmjit
Roman Divacky
rdivacky at freebsd.org
Fri Jul 1 08:47:38 UTC 2011
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"
More information about the svn-src-projects
mailing list