Displaying 1 result from an estimated 1 matches for "9vx".
Did you mean:
9v
2010 Feb 23
1
[LLVMdev] LLVM porting Plan9 (probably stupid question)
...d sed [1], but those dependencies are provided by APE [4].
(according the the Plan9 mailing list there are issues with C++ and how that
has to be handled by the kernel, but I do not understand exactly what the
problem is). (I have not tried yet because the only plan9 environment I have
right now is 9vx, which is not ideal).
Since LLVM is able to convert C++ to C [2] (with “ugly” result), perhaps it
would be possible to first convert the LLVM/Clang code to C on a different
host (BSD or Linux) and then compile the resulting code (after some
compatibility changes in header libraries or other code...