search for: llvmabialignmentoftype

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

2010 Sep 29
3
[LLVMdev] LLVM2.8rc2 on MinGW 4.5.1 with --enable-shared
...sure whether this is a mingw regression or what's really going on.) Anywyay, here's what that generated exports map looks like: $cat tools/llvm-shlib/Release/LLVM-2.8rc.exports.map { global: ARMCompilationCallback; ARMCompilationCallbackC; AlphaCompilationCallback; LLVMABIAlignmentOfType; LLVMABISizeOfType; ...many many more symbols... x86DisassemblerThreeByte3AOpcodes DATA; x86DisassemblerTwoByteOpcodes DATA; local: *; }; and this is the error: llvm[0]: Linking Release Shared Library LLVM-2.8rc.dll c:\MinGW\mingw-nuwen6.6\bin/ld.exe:C:/msys/llvm/rc2/tools/...
2010 Sep 29
0
[LLVMdev] LLVM2.8rc2 on MinGW 4.5.1 with --enable-shared
...'s really going on.) > > > Anywyay, here's what that generated exports map looks like: > > $cat tools/llvm-shlib/Release/LLVM-2.8rc.exports.map > { >   global: >     ARMCompilationCallback; >     ARMCompilationCallbackC; >     AlphaCompilationCallback; >     LLVMABIAlignmentOfType; >     LLVMABISizeOfType; >     ...many many more symbols... >     x86DisassemblerThreeByte3AOpcodes DATA; >     x86DisassemblerTwoByteOpcodes DATA; >   local: *; > }; > > and this is the error: > > llvm[0]: Linking Release Shared Library LLVM-2.8rc.dll > c:\MinGW\m...