Displaying 3 results from an estimated 3 matches for "tut2".
Did you mean:
out2
2009 May 27
0
[LLVMdev] CMake build maturity
...It seems that the llvm-config generated when building through CMake does
not contain -lpthread on my 32-bit Core2Duo Gentoo Linux system (even
though I configured with LLVM_ENABLE_PTHREADS). I get missing symbols
during linking of e.g. the JIT tutorial code:
12:20|melis at juggle2:~> c++ -g tut2.cpp `llvm-config --cxxflags --ldflags
--libs core` -o tut2
/home/melis/llvm-cmake/lib/libLLVMSystem.a(Mutex.cpp.o): In function
`llvm::sys::Mutex::tryacquire()':
/home/melis/c/llvm-svn/lib/System/Mutex.cpp:144: undefined reference to
`pthread_mutex_trylock'
/home/melis/llvm-cmake/lib/libLLV...
2009 May 22
2
[LLVMdev] CMake build maturity
Paul Melis <llvm at assumetheposition.nl> writes:
> Hi, just chiming in here...
>
> Óscar Fuentes wrote:
>> [...]
>>
>> This is a simple guide for using cmake with LLVM:
>>
>> http://www.llvm.org/docs/CMake.html
>>
>> The makefiles distributed with LLVM have nothing to do with cmake.
>>From the few times I tried building LLVM with
2013 May 15
2
[LLVMdev] "This is not a register operand" assertion during code generation with the MCJIT engine for arm
...on-text attachment was scrubbed...
Name: Makefile
Type: application/octet-stream
Size: 598 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130515/397ce068/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: tut2-1.cpp
Type: text/x-c++src
Size: 4122 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130515/397ce068/attachment.cpp>