Displaying 2 results from an estimated 2 matches for "llvmabisizeoftyp".
Did you mean:
llvmabisizeoftype
2010 Sep 29
3
[LLVMdev] LLVM2.8rc2 on MinGW 4.5.1 with --enable-shared
...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/llvm-shlib/Release/LLVM...
2010 Sep 29
0
[LLVMdev] LLVM2.8rc2 on MinGW 4.5.1 with --enable-shared
...;
> 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:...