search for: paralleljit

Displaying 14 results from an estimated 14 matches for "paralleljit".

2008 Nov 04
2
[LLVMdev] cross compiling using llvm 1.8
Thanks, it helped :-) I'm now building the sources and apparently my mingw installation does not support pthread and therefore examples/ParallelJIT.cpp fails: make[2]: Entering directory `/c/llvm1.8/generated-llvm/obj/examples/ParallelJIT' llvm[2]: Compiling ParallelJIT.cpp for Debug build c:/llvm1.8/llvm/examples/ParallelJIT/ParallelJIT.cpp:20:21: pthread.h: No such file or directory c:/llvm1.8/llvm/examples/ParallelJIT/ParallelJIT.cp...
2006 Nov 28
0
[LLVMdev] mingw binary is corrupt
...ake 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: `pthread_cond_t' does not name a type ParallelJIT.cpp:212: error: extra semicolon ParallelJIT.cpp:213: error: `pthread_mutex_t' does not name a...
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' >
2008 Nov 04
0
[LLVMdev] cross compiling using llvm 1.8
Aviv Peretz wrote: > > Hi, > > > I finally gave up building on Linux, in the meantime, and tried to > build this version straight on Windows, using mingw32. > > > .... > > appending configuration tag CXX to mklib > appending configuration tag F77 to mklib > checking for llvm-gcc.exe... /c/llvm1.8-mingw32/bin/llvm-gcc.exe > checking for llvm-g++.exe...
2016 May 25
1
examples / ParallelJIT
Hi! This example currently uses pthread.h, but will be good idea to convert it to C++11 thread and synchronization objects. I think will be good idea if person who knows LLVM and C++1 better then me will take care about conversion. Eugene.
2008 Nov 04
2
[LLVMdev] cross compiling using llvm 1.8
Hi, I finally gave up building on Linux, in the meantime, and tried to build this version straight on Windows, using mingw32. This is my command line: (running from /c/llvm1.8/generated-llvm/obj) *../../llvm/configure --prefix=/c/llvm1.8/gene* *rated-llvm/install/ --enable-debug-runtime --enable-jit* This is my path definition (it has several redundancies): $ echo $PATH
2010 Jan 22
2
[LLVMdev] Compiling LLVM under vista with msdev 2008 gives a few errors
....cpp: had to add "#undef HAVE_UNISTD_H" (apparently config.h was not generated correctly) lib/support IsNan.cpp : had to add "#define isnan _isnan #include <float.h>" IsInf.cpp : had to add "#define isinf !_finite #include <float.h>" examples/ParallelJIT ParallelJIT.cpp : "#include <pthread.h>" pthread.h not supported on windows Obviously, these are quick hacks to get it to compile and no solutions :) Possibly I did something wrong when configuring the build. Also I just had the first look atthe sources yesterday, so I wouldn&...
2010 Jan 22
0
[LLVMdev] Compiling LLVM under vista with msdev 2008 gives a few errors
..._UNISTD_H" > (apparently config.h was not generated correctly) > > lib/support > > IsNan.cpp : had to add "#define isnan _isnan #include <float.h>" > IsInf.cpp : had to add "#define isinf !_finite #include <float.h>" > > examples/ParallelJIT > > ParallelJIT.cpp : "#include <pthread.h>" pthread.h not supported on > windows > > Obviously, these are quick hacks to get it to compile and no solutions :) > Possibly I did something wrong when configuring the build. Also I just > had the first look atthe...
2009 Jun 04
0
[LLVMdev] LLVM build error under gcc version 4.2.1 (SUSE Linux)
...eVectorTypes.o): defined in discarded section `.gnu.linkonce.t._ZNK4llvm16DAGTypeLegalizer13getTypeActionENS_3MVTE' of /home/ktian/llvm/llvm-2.5/Release/lib/libLLVMSelectionDAG.a(LegalizeVectorTypes.o) collect2: ld returned 1 exit status gmake[2]: *** [/home/ktian/llvm/llvm-2.5/Release/examples/ParallelJIT] Error 1 gmake[2]: Target `all' not remade because of errors. gmake[2]: Leaving directory `/home/ktian/llvm/llvm-2.5/examples/ParallelJIT' gmake[1]: *** [ParallelJIT/.makeall] Error 2 gmake[1]: Target `all' not remade because of errors. gmake[1]: Leaving directory `/home/ktian/llvm/llvm...
2008 Mar 26
1
[LLVMdev] PATCH: Use size reduction -- wave1
...forms/IPO/ExtractFunction.cpp' U lib/Transforms/IPO/GlobalOpt.cpp U lib/Transforms/IPO/DeadArgumentElimination.cpp U lib/Transforms/IPO/ArgumentPromotion.cpp U lib/Transforms/IPO/RaiseAllocations.cpp U examples/BrainF/BrainF.cpp U examples/BrainF/BrainFDriver.cpp U examples/ParallelJIT/ParallelJIT.cpp U examples/HowToUseJIT/HowToUseJIT.cpp U examples/ModuleMaker/ModuleMaker.cpp U examples/Fibonacci/fibonacci.cpp Notes: - I shall take the *.cvs files out of the patch. - lib/Transforms/IPO/ExtractFunction.cpp seems to have been deleted from trunk - GVN.cpp had a compil...
2009 Jun 02
0
[LLVMdev] Ubuntu: no .eh_frame_hdr table will be created
...Interpreter.o(.eh_frame); no .eh_frame_hdr table will be created. /usr/bin/ld: error in ../../lib/./LLVMExecutionEngine.o(.eh_frame); no .eh_frame_hdr table will be created. [ 95%] Built target lli Scanning dependencies of target llvm-extract And similar for the BrainF, Fibonacci, Kaleidoscope and ParallelJIT examples This seems to have come up for a 64-bit build before, due to certain changes in the LLVM: http://markmail.org/message/njw2rxsdv446ojrx Did this issue reappear (but on 32-bit)? Regards, Paul
2009 Oct 04
4
[LLVMdev] LLVMdev Digest, Vol 64, Issue 5
Where exactly is this mythical Kaleidoscope example? I have llvm 2.5 installed. examples dsw$ ls BrainF Fibonacci Makefile ParallelJIT CMakeLists.txt HowToUseJIT ModuleMaker > Date: Sat, 3 Oct 2009 21:40:44 +0100 > From: Renato Golin <rengolin at systemcall.org> > Subject: Re: [LLVMdev] LLVM-Kaleidoscope tutorial > > 2009/10/3 Remy Demarest <remy.demarest at gmail.com>: >> Good morning everyone, &...
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:
2019 Apr 30
6
Disk space and RAM requirements in docs
.../tools/clang/examples/PrintFunctionNames 16K build/tools/clang/examples/clang-interpreter 16K build/tools/clang/examples/AnnotateFunctions 16K build/tools/clang/examples/analyzer-plugin 16K build/tools/clang/bindings/python 16K build/man/man1 16K build/include/llvm/Support 16K build/examples/ParallelJIT 16K build/examples/ModuleMaker 16K build/examples/Kaleidoscope/Chapter9 16K build/examples/Kaleidoscope/Chapter8 16K build/examples/Kaleidoscope/Chapter7 16K build/examples/Kaleidoscope/Chapter6 16K build/examples/Kaleidoscope/Chapter5 16K build/examples/Kaleidoscope/Chapter4 16K build/exam...