search for: 0forcepasslinking

Displaying 8 results from an estimated 8 matches for "0forcepasslinking".

Did you mean: forcepasslinking
2010 Oct 15
2
[LLVMdev] [LLVMDev] Trouble Linking
...d external symbol "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::Fu...
2010 Oct 15
2
[LLVMdev] [LLVMDev] Trouble Linking
...d external symbol "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::Fu...
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
2008 May 11
1
[LLVMdev] building llvm on Windows
...* __cdecl llvm::createLibCallAliasAnalysisPass(class llvm::LibCallInfo *)" (?createLibCallAliasAnalysisPass at llvm@@YAPAVFunctionPass at 1@PAVLibCallInfo at 1@@Z) referenced in function "public: __thiscall `anonymous namespace'::ForcePassLinking::ForcePassLinking(void)" (??0ForcePassLinking@?A0xd1580448@@QAE at XZ) which I wasn't able to fix it. I hope these will be fixed on the final 2.3 release so it can be compiled out of the box on MSVC Express 2008. Now I'm checking on some Windows assemblers and other tools which can complete llvm to make it a full backend (with the...
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
2008 May 17
1
[LLVMdev] VS build is broken again
...nPass * __cdecl llvm::createLibCallAliasAnalysisPass(class llvm::LibCallInfo *)" (?createLibCallAliasAnalysisPass at llvm@@YAPAVFunctionPass at 1@PAVLibCallInfo at 1@@Z) referenced in function "public: __thiscall `anonymous namespace'::ForcePassLinking::ForcePassLinking(void)" (??0ForcePassLinking@?A0xe41c907a@@QAE at XZ) 1>C:\work\s\llvm\win32\\bin\Win32\Debug/opt.exe : fatal error LNK1120: 1 unresolved externals It'd be fine for me to use RELEASE_22 tag, but since cfe doesn't have a matching tag, this doesn't quite work. I tried checking out cfe of the same date as RELEASE...
2008 May 12
0
[LLVMdev] building llvm on Windows
...asAnalysisPass(class llvm::LibCallInfo > *)" > (? > createLibCallAliasAnalysisPass > @llvm@@YAPAVFunctionPass at 1@PAVLibCallInfo at 1@@Z) > referenced in function "public: __thiscall `anonymous > namespace'::ForcePassLinking::ForcePassLinking(void)" > (??0ForcePassLinking@?A0xd1580448@@QAE at XZ) > > which I wasn't able to fix it. This sounds like lib/Analysis/LibCallAliasAnalysis.cpp needs to be added to the project file. > I hope these will be fixed on the final 2.3 release so it can be > compiled > out of the box on MSVC Express 2008. We...
2008 May 11
9
[LLVMdev] Preferring to use GCC instead of LLVM
Not that I sympathize with the OP's manners but... Bill Wendling <isanbard at gmail.com> writes: > On May 10, 2008, at 7:55 PM, kr512 wrote: > >> See how gcc is invoked to generate the final executable >> file. This means LLVM is an incomplete backend, >> unfortunately. >> > That's only a convenience. GCC generates assembly code too and calls