search for: _x86compilationcallback2

Displaying 2 results from an estimated 2 matches for "_x86compilationcallback2".

2006 Sep 08
2
[LLVMdev] build broken on linux/amd64
Compiling llvm on a linux/amd64 box produces: home/rafael/dev/llvm/build/Debug/lib/LLVMX86.o: In function `_X86CompilationCallback': (.text+0x316fe): undefined reference to `_X86CompilationCallback2' /home/rafael/dev/llvm/build/Debug/lib/LLVMX86.o: In function `llvm::X86JITInfo::getLazyResolverFunction(void* (*)(void*))': /home/rafael/dev/llvm/cvs/lib/Target/X86/X86JITInfo.cpp:219: undefined reference to `X86CompilationCallback' /home/rafael/dev/llvm/build/Debug/lib/LLVMX86.o: In f...
2006 Apr 29
3
[LLVMdev] Building LLVM under Mingw. Part I: tools-only
...getType = isWindows; #endif X86JITInfo.cpp: #if defined(__CYGWIN__) || defined(__APPLE__) || defined(__MINGW32__) ".globl _X86CompilationCallback\n" "_X86CompilationCallback:\n" #else ... #if defined(__CYGWIN__) || defined(__APPLE__) || defined(__MINGW32__) "call _X86CompilationCallback2\n" #else 2.4 alarm()'s in Sparc backend Remove from lib/Target/SparcV9/ModuloScheduling/ModuloScheduling.cpp all calls to alarm(). 3. That's all This should be enough to configure and build LLVM in tools-only mode. Unfortunately, ld crashed while building llc, I'm currently inv...