Displaying 4 results from an estimated 4 matches for "a0x853fd888".
2010 Oct 15
2
[LLVMdev] [LLVMDev] Trouble Linking
...quot;class
llvm::FunctionPass * __cdecl
llvm::createJDKunkRegisterAllocator(void)"
(?createJDKunkRegisterAllocator at llvm@@YAPAVFunctionPass at 1@XZ)
referenced in function "public: __thiscall `anonymous
namespace'::ForcePassLinking::ForcePassLinking(void)"
(??0ForcePassLinking@?A0x853fd888@@QAE at XZ)
On Fri, Oct 15, 2010 at 3:10 PM, Óscar Fuentes <ofv at wanadoo.es> wrote:
> Jeff Kunkel <jdkunk3 at gmail.com> writes:
>
>> I ran cmake to build the visual studio projects. Then I included my
>> code under the Visual Studio interface, but I placed my code...
2010 Oct 15
2
[LLVMdev] [LLVMDev] Trouble Linking
...quot;class
llvm::FunctionPass * __cdecl
llvm::createJDKunkRegisterAllocator(void)"
(?createJDKunkRegisterAllocator at llvm@@YAPAVFunctionPass at 1@XZ)
referenced in function "public: __thiscall `anonymous
namespace'::ForcePassLinking::ForcePassLinking(void)"
(??0ForcePassLinking@?A0x853fd888@@QAE at XZ)
Thanks,
Jeff Kunkel
2010 Oct 15
0
[LLVMdev] [LLVMDev] Trouble Linking
Jeff Kunkel <jdkunk3 at gmail.com> writes:
> I ran cmake to build the visual studio projects. Then I included my
> code under the Visual Studio interface, but I placed my code separate
> from the CodeGen code. Visual studio was smart enough to compile and
> link in my code into the CodeGen library. Thus, I did not need to add
> my code into the same directory as the CodeGen
2010 Oct 15
3
[LLVMdev] [LLVMDev] Trouble Linking
I ran cmake to build the visual studio projects. Then I included my
code under the Visual Studio interface, but I placed my code separate
from the CodeGen code. Visual studio was smart enough to compile and
link in my code into the CodeGen library. Thus, I did not need to add
my code into the same directory as the CodeGen files, and I did not
need to change the CMakeList.txt.
The offical name is