search for: translatec++

Displaying 4 results from an estimated 4 matches for "translatec++".

2008 Sep 17
2
[LLVMdev] bc file only with llvm-gcc3?
question about: http://llvm.org/docs/FAQ.html#translatec++ "With llvm-gcc3, this will generate program and program.bc." Is this llvm-gcc3 only out of date of is it really only llvm-gcc3? I have 'llvm-g++ (GCC) 4.2.1 (Based on Apple Inc. build 5546) (LLVM build)' installed on Ubuntu and followed that guide and it creates indeed no .bc...
2008 Sep 17
0
[LLVMdev] bc file only with llvm-gcc3?
On Wed, Sep 17, 2008 at 1:31 PM, Michael Reichenbach <michael_reichenbach at freenet.de> wrote: > question about: > http://llvm.org/docs/FAQ.html#translatec++ > "With llvm-gcc3, this will generate program and program.bc." > > Is this llvm-gcc3 only out of date of is it really only llvm-gcc3? Those instructions are out of date; the current version of llvm-gcc doesn't generate bitcode files unless you explicitly ask it to generate...
2010 Feb 23
1
[LLVMdev] LLVM porting Plan9 (probably stupid question)
...ld work, the following iterations of compiling LLVM/Clang under Plan9/APE could be done directly from the C++ code? [1] “How portable is LLVM?” - depends on unix shell + sed http://llvm.org/releases/2.0/docs/FAQ.html [2] LLVM translate C++ to C http://llvm.org/releases/2.0/docs/FAQ.html#translatec++ [3] Clang can now compile LLVM/Clang http://blog.llvm.org/2010/02/clang-successfully-self-hosts.html [4] APE/Psh : provides a Ksh-compatible shell + sed, Pcc POSIX compatible C compiler. http://plan9.bell-labs.com/sys/doc/ape.html -------------- next part -------------- An HTML attachme...
2008 Sep 17
2
[LLVMdev] bc file only with llvm-gcc3?
Eli Friedman schrieb: > On Wed, Sep 17, 2008 at 1:31 PM, Michael Reichenbach > <michael_reichenbach at freenet.de> wrote: >> question about: >> http://llvm.org/docs/FAQ.html#translatec++ >> "With llvm-gcc3, this will generate program and program.bc." >> >> Is this llvm-gcc3 only out of date of is it really only llvm-gcc3? > > Those instructions are out of date; the current version of llvm-gcc > doesn't generate bitcode files unless you ex...