hi, I am trying to build the llvm trunk with make. I am trying a debug build and I am ending with the following build error. /home/rajika/projects/llvm/llvm/lib/Target/TargetLoweringObjectFile.cpp: In member function ‘virtual bool llvm::TargetLoweringObjectFileMachO::shouldEmitUsedDirectiveFor(const llvm::GlobalValue*, llvm::Mangler*) const’: /home/rajika/projects/llvm/llvm/lib/Target/TargetLoweringObjectFile.cpp:959: error: ‘NameTmp’ was not declared in this scope make[2]: *** [/home/rajika/projects/llvm/llvm-objects/lib/Target/Debug/TargetLoweringObjectFile.o] Error 1 make[2]: Leaving directory `/home/rajika/projects/llvm/llvm-objects/lib/Target' make[1]: *** [Target/.makeall] Error 2 make[1]: Leaving directory `/home/rajika/projects/llvm/llvm-objects/lib' make: *** [all] Error 1 Rajika -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100116/6e66b811/attachment.html>
Doh, that's my fault. Fixed in r93628 On Jan 15, 2010, at 6:49 PM, Rajika Kumarasiri wrote:> hi, > I am trying to build the llvm trunk with make. I am trying a debug build and I am ending with the following build error. > > /home/rajika/projects/llvm/llvm/lib/Target/TargetLoweringObjectFile.cpp: In member function ‘virtual bool llvm::TargetLoweringObjectFileMachO::shouldEmitUsedDirectiveFor(const llvm::GlobalValue*, llvm::Mangler*) const’: > /home/rajika/projects/llvm/llvm/lib/Target/TargetLoweringObjectFile.cpp:959: error: ‘NameTmp’ was not declared in this scope > make[2]: *** [/home/rajika/projects/llvm/llvm-objects/lib/Target/Debug/TargetLoweringObjectFile.o] Error 1 > make[2]: Leaving directory `/home/rajika/projects/llvm/llvm-objects/lib/Target' > make[1]: *** [Target/.makeall] Error 2 > make[1]: Leaving directory `/home/rajika/projects/llvm/llvm-objects/lib' > make: *** [all] Error 1 > > Rajika > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
Reasonably Related Threads
- [LLVMdev] Question about linking llvm-mc when porting a new backend
- [LLVMdev] Question about linking llvm-mc when porting a new backend
- [LLVMdev] Build problem in current svn
- [LLVMdev] Trying to build llvm-gcc no x86_64 linux
- [LLVMdev] Trying to build llvm-gcc no x86_64 linux