Displaying 4 results from an estimated 4 matches for "a0xb2143f5b".
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@?A0xb2143f5b@@QAE at XZ)
4> Creating library C:/Users/JDKunk/Documents/Visual Studio
2010/Projects/VSllvm/lib/Debug/opt.lib and object
C:/Users/JDKunk/Documents/Visual Studio
2010/Projects/VSllvm/lib/Debug/opt.exp
4>opt.obj : error LNK2019: unresolved external symbol "class
llvm::FunctionPass *...
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@?A0xb2143f5b@@QAE at XZ)
4> Creating library C:/Users/JDKunk/Documents/Visual Studio
2010/Projects/VSllvm/lib/Debug/opt.lib and object
C:/Users/JDKunk/Documents/Visual Studio
2010/Projects/VSllvm/lib/Debug/opt.exp
4>opt.obj : error LNK2019: unresolved external symbol "class
llvm::FunctionPass *...
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