Displaying 4 results from an estimated 4 matches for "catamaran".
2004 Sep 01
0
[LLVMdev] POSIX compliance
...37:
platform/Path.cpp: In static member function `static llvm::sys::Path
llvm::sys::Path::GetTemporaryDirectory()':
platform/Path.cpp:41: error: `mkdtemp' undeclared (first use this function)
-----------------------------------
The problem is probably that mkdtemp is not POSIX:
https://catamaran.labs.cs.uu.nl/jira/browse/STR-134?page=all
BTW, another problem I got under cygwin is absence of 'pax'
utility.
--
Valery
2005 Mar 15
1
[LLVMdev] LLVM for functional languages?
Hi,
I was looking at LLVM as a target for EHC
(http://catamaran.labs.cs.uu.nl/twiki/st/bin/view/Ehc) which is a
Haskell compiler. I got some questions on the status of LLVM.
I read some discussions on tail calls, and was wondering if they are
implemented.
Furthermore many comments in lib/Target/.. state:
'// FIXME: Implement the invoke/unwind instructions...
2004 Sep 01
1
[LLVMdev] POSIX compliance
...ic member function `static llvm::sys::Path
> llvm::sys::Path::GetTemporaryDirectory()':
> platform/Path.cpp:41: error: `mkdtemp' undeclared (first use this function)
> -----------------------------------
>
> The problem is probably that mkdtemp is not POSIX:
> https://catamaran.labs.cs.uu.nl/jira/browse/STR-134?page=all
>
> BTW, another problem I got under cygwin is absence of 'pax'
> utility.
>
> --
> Valery
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://l...
2004 Aug 31
9
[LLVMdev] POSIX compliance
Reid,
>As for Interix support in general, I'm having a hard time determining
>which variant of Unix Interix implements. It seems to be partially Posix
>1 and partially Posix 2 based. Do you have any further information
>related to the specific standards supported by Interix? I don't want to
>incorrectly categorize the Interix support.
I've discussed this subject with