search for: vsllvm

Displaying 4 results from an estimated 4 matches for "vsllvm".

2010 Oct 15
2
[LLVMdev] [LLVMDev] Trouble Linking
...of this message. 9) I don't know why this does not link anymore. I remember it worked before the API change e-mail was sent, so I assumed I missed something with the api change. This is the only reason I can see. 2> Creating library C:/Users/JDKunk/Documents/Visual Studio 2010/Projects/VSllvm/lib/Debug/bugpoint.lib and object C:/Users/JDKunk/Documents/Visual Studio 2010/Projects/VSllvm/lib/Debug/bugpoint.exp 2>bugpoint.obj : error LNK2019: unresolved external symbol "class llvm::FunctionPass * __cdecl llvm::createJDKunkRegisterAllocator(void)" (?createJDKunkRegisterAllocato...
2010 Oct 15
2
[LLVMdev] [LLVMDev] Trouble Linking
...ocator()" in my cpp file. I know the api change said some items were changed, and it has worked until the api change e-mail came out. However, I cannot figure out what I need to change to have this project link. 2> Creating library C:/Users/JDKunk/Documents/Visual Studio 2010/Projects/VSllvm/lib/Debug/bugpoint.lib and object C:/Users/JDKunk/Documents/Visual Studio 2010/Projects/VSllvm/lib/Debug/bugpoint.exp 2>bugpoint.obj : error LNK2019: unresolved external symbol "class llvm::FunctionPass * __cdecl llvm::createJDKunkRegisterAllocator(void)" (?createJDKunkRegisterAllocato...
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