search for: _atexit

Displaying 10 results from an estimated 10 matches for "_atexit".

Did you mean: atexit
2009 Oct 20
2
[LLVMdev] [cfe-dev] 2.6 pre-release2 ready for testing
...foad/llvm/objdir-2.6/runtime/libprofile/Release/ > BasicBlockTracing.o:BasicBlockTracing.c:(.text+0xca): > undefined reference to `_malloc' > /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/ > BasicBlockTracing.o:BasicBlockTracing.c:(.text+0xe8): > undefined reference to `_atexit' > /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/ > BlockProfiling.o:BlockProfiling.c:(.text+0x65): > undefined reference to `_atexit' > /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/ > CommonProfiling.o:CommonProfiling.c:(.text+0x76): > undefined referen...
2009 Oct 20
0
[LLVMdev] [cfe-dev] 2.6 pre-release2 ready for testing
...ference to `_free' /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/BasicBlockTracing.o:BasicBlockTracing.c:(.text+0xca): undefined reference to `_malloc' /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/BasicBlockTracing.o:BasicBlockTracing.c:(.text+0xe8): undefined reference to `_atexit' /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/BlockProfiling.o:BlockProfiling.c:(.text+0x65): undefined reference to `_atexit' /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/CommonProfiling.o:CommonProfiling.c:(.text+0x76): undefined reference to `_strdup' /home/foad/llv...
2009 Aug 28
1
[LLVMdev] [Cygwin] 'make install' woes
...rence to `_free' /home/ang/build/llvm-coff/runtime/libprofile/Release/ BasicBlockTracing.o:BasicBl ockTracing.c:(.text+0xca): undefined reference to `_malloc' /home/ang/build/llvm-coff/runtime/libprofile/Release/ BasicBlockTracing.o:BasicBl ockTracing.c:(.text+0xe8): undefined reference to `_atexit' /home/ang/build/llvm-coff/runtime/libprofile/Release/ BlockProfiling.o:BlockProfi ling.c:(.text+0x65): undefined reference to `_atexit' /home/ang/build/llvm-coff/runtime/libprofile/Release/ CommonProfiling.o:CommonPro filing.c:(.text+0x76): undefined reference to `_strdup' /home/ang/bu...
2009 Oct 20
0
[LLVMdev] [cfe-dev] 2.6 pre-release2 ready for testing
....6/runtime/libprofile/Release/ >> BasicBlockTracing.o:BasicBlockTracing.c:(.text+0xca): >> undefined reference to `_malloc' >> /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/ >> BasicBlockTracing.o:BasicBlockTracing.c:(.text+0xe8): >> undefined reference to `_atexit' >> /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/ >> BlockProfiling.o:BlockProfiling.c:(.text+0x65): >> undefined reference to `_atexit' >> /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/ >> CommonProfiling.o:CommonProfiling.c:(.text+0x76): >...
2009 Oct 20
3
[LLVMdev] [cfe-dev] 2.6 pre-release2 ready for testing
...e/Release/ >>> BasicBlockTracing.o:BasicBlockTracing.c:(.text+0xca): >>> undefined reference to `_malloc' >>> /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/ >>> BasicBlockTracing.o:BasicBlockTracing.c:(.text+0xe8): >>> undefined reference to `_atexit' >>> /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/ >>> BlockProfiling.o:BlockProfiling.c:(.text+0x65): >>> undefined reference to `_atexit' >>> /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/ >>> CommonProfiling.o:CommonProfiling....
2009 Oct 20
0
[LLVMdev] [cfe-dev] 2.6 pre-release2 ready for testing
...gt;> BasicBlockTracing.o:BasicBlockTracing.c:(.text+0xca): >>>> undefined reference to `_malloc' >>>> /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/ >>>> BasicBlockTracing.o:BasicBlockTracing.c:(.text+0xe8): >>>> undefined reference to `_atexit' >>>> /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/ >>>> BlockProfiling.o:BlockProfiling.c:(.text+0x65): >>>> undefined reference to `_atexit' >>>> /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/ >>>> CommonProfilin...
2009 Dec 08
2
[LLVMdev] LLVM 2.6 cygwin build fails
.../llvm-suite-2.6/llvm-2.6/runtime/libprofile/Release/BasicBlockTracing.o:BasicBlockTracing.c:(.text+0xca): undefined reference to `_malloc' /cygdrive/c/projects/thesis/llvm-suite-2.6/llvm-2.6/runtime/libprofile/Release/BasicBlockTracing.o:BasicBlockTracing.c:(.text+0xe8): undefined reference to `_atexit' /cygdrive/c/projects/thesis/llvm-suite-2.6/llvm-2.6/runtime/libprofile/Release/BlockProfiling.o:BlockProfiling.c:(.text+0x65): undefined reference to `_atexit' /cygdrive/c/projects/thesis/llvm-suite-2.6/llvm-2.6/runtime/libprofile/Release/CommonProfiling.o:CommonProfiling.c:(.text+0x76): u...
2017 Nov 19
2
JIT and atexit crash
...what can we do about this? Is there anything that can be done to cover this case inside of the Orc engine? Currently, I worked around this problem by resolving atexit to my custom function that does nothing. RuntimeDyld::SymbolInfo findSymbol(const std::string &Name) { if (Name == "_atexit") { return findSymbol("mull_custom_test_at_exit"); } if (auto SymAddr = RTDyldMemoryManager::getSymbolAddressInProcess(Name)) return RuntimeDyld::SymbolInfo(SymAddr, JITSymbolFlags::Exported); return RuntimeDyld::SymbolInfo(nullptr); } extern "C&qu...
2009 Oct 17
12
[LLVMdev] 2.6 pre-release2 ready for testing
LLVMers, 2.6 pre-release2 is ready to be tested by the community. http://llvm.org/prereleases/2.6/ If you have time, I'd appreciate anyone who can help test the release. To test llvm-gcc: 1) Compile llvm from source and untar the llvm-test in the projects directory (name it llvm-test or test-suite). Choose to use a pre- compiled llvm-gcc or re-compile it yourself. 2) Run make check,
2013 Feb 14
1
[LLVMdev] LiveIntervals analysis problem
...32:32:32-S32-a0:0:32-n32" target triple = "codasip" %struct._reent = type { i32, %struct.__sFILE*, %struct.__sFILE*, %struct.__sFILE*, i32, [25 x i8], i32, i8*, i32, void (%struct._reent*)*, %struct._Bigint*, i32, %struct._Bigint*, %struct._Bigint**, i32, i8*, %union.anon.0, %struct._atexit*, %struct._atexit, void (i32)**, %struct._glue, [3 x %struct.__sFILE] } %struct.__sFILE = type { i8*, i32, i32, i16, i16, %struct.__sbuf, i32, i8*, i32 (%struct._reent*, i8*, i8*, i32)*, i32 (%struct._reent*, i8*, i8*, i32)*, i32 (%struct._reent*, i8*, i32, i32)*, i32 (%struct._reent*, i8*)*, %stru...