search for: _ztvn4llvm11raw_ostreame

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

2009 Aug 18
0
[LLVMdev] Build issues on Solaris
...-name libLLVMCore.a` | head ./Debug/lib/libLLVMCore.a[AsmWriter.o]: __assert __clzdi2 __udivdi3 __umoddi3 _GLOBAL_OFFSET_TABLE_ _ZdaPv _ZdlPv -bash-3.2$ /opt/gcc4/bin/nm -p -u `find . -name libLLVMCore.a` | head AsmWriter.o: U _GLOBAL_OFFSET_TABLE_ U _ZTVN4llvm11raw_ostreamE U _ZTVN4llvm14raw_os_ostreamE U _ZTVN4llvm18raw_string_ostreamE U _ZNKSs4sizeEv U _ZNKSsixEj U _ZNKSs5c_strEv U _ZNKSs6lengthEv I believe this is a bug in the version of `nm` your using, prob /usr/bin/nm . I recommend configuring your PATH di...
2009 Aug 11
6
[LLVMdev] Build issues on Solaris
Hi all, I've encountered a couple of minor build issues on Solaris that have crept in since 2.5, fixes below: 1. In lib/Target/X86/X86JITInfo.cpp, there is: // Check if building with -fPIC #if defined(__PIC__) && __PIC__ && defined(__linux__) #define ASMCALLSUFFIX "@PLT" #else #define ASMCALLSUFFIX #endif Which causes a link failure due to the non-PLT