Displaying 6 results from an estimated 6 matches for "bftollvm".
2005 Aug 29
1
[LLVMdev] Re: Forward of moderated message
...t; `/home/fpeng/llvm/Debug/examples/ModuleMaker'.
> make[2]: Target `all' not remade because of errors.
> make[2]: Leaving directory `/home/fpeng/llvm/examples/ModuleMaker'
> make[1]: *** [ModuleMaker/.makeall] Error 2
> make[2]: Entering directory `/home/fpeng/llvm/examples/BFtoLLVM'
> llvm[2]: Compiling BFtoLLVM.cpp for Debug build
> llvm[2]: Linking Debug executable BFtoLLVM
> llvm[2]: ======= Finished Linking Debug Executable BFtoLLVM
> make[2]: Leaving directory `/home/fpeng/llvm/examples/BFtoLLVM'
> make[1]: Target `all' not remade because of er...
2006 Nov 28
0
[LLVMdev] mingw binary is corrupt
...t back to the llvm directory ran ./configure again (I can't remember
if I ran this the first time.) and then did
make clean
followed by
make
I now fail at yet another place, I'm not even sure if this is before or
after the last failure
llvm[2]: ======= Finished Linking Release Executable BFtoLLVM (without
symbols)
make[2]: Leaving directory `/d/Apps/llvm/examples/BFtoLLVM'
make[2]: Entering directory `/d/Apps/llvm/examples/ParallelJIT'
llvm[2]: Compiling ParallelJIT.cpp for Release build
ParallelJIT.cpp:20:21: pthread.h: No such file or directory
ParallelJIT.cpp:212: error: `pthrea...
2006 Nov 27
2
[LLVMdev] mingw binary is corrupt
On Sun, 2006-11-26 at 19:04 -0800, SevenThunders wrote:
> Here is how it fails now:
>
> make[2]: Entering directory `/d/Apps/llvm/tools/llvm-config'
> make[2]: Nothing to be done for `all'.
> make[2]: Leaving directory `/d/Apps/llvm/tools/llvm-config'
> The system cannot find the path specified.
> make[2]: Entering directory `/d/Apps/llvm/tools/opt'
>
2005 Apr 22
0
[LLVMdev] tabs
I found 179 more *.{c,cpp,h} files with tabs. Unfortunately, the tabs
stops used vary so blindly expanding them messes up alignment in many
cases :(
Index: examples/BFtoLLVM/BFtoLLVM.cpp
Index: include/llvm/AbstractTypeUser.h
Index: include/llvm/GlobalVariable.h
Index: include/llvm/InstrTypes.h
Index: include/llvm/IntrinsicInst.h
Index: include/llvm/ADT/PostOrderIterator.h
Index: include/llvm/Analysis/ConstantsScanner.h
Index: include/llvm/Analysis/IntervalIterator.h
I...
2006 May 10
2
[LLVMdev] llvm-gcc4 & mingw32
Hello, Everyone.
This is just brief description on building llvm-gcc4 with mingw32.
It's definitely non error-free and contains many "hacks", which should
be eliminated in the future.
1. Prerequisites
We're building in the folowing configuration:
1.1 GCC 3.4.5:
gcc -v
Reading specs from f:/research/mingw/bin/../lib/gcc/mingw32/3.4.5/specs
Configured with:
2004 Oct 11
0
LLVM October Status Update
...t
though (which means we can't emit altivec or SSE yet; help welcome!).
5. Valery Khamenya contributed two small examples of programs that
dynamically create an LLVM module on the fly and execute it with
the JIT or interpreter (see the llvm/examples directory).
6. Brian added BFtoLLVM to the examples directory as a simple example
LLVM front-end for the 'bf' language.
7. Misha contributed llvm-test changes that allow us to use f2c to
test LLVM on the FORTRAN 77 programs in SPEC 95 and 2000. You can
download f2c from http://www.netlib.org/f2c.
8. Henric...