<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, May 28, 2013 at 11:29 AM, Sebastien Metrot <span dir="ltr"><<a href="mailto:meeloo@gmail.com" target="_blank">meeloo@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">Hello,<div><br></div><div>I have been toying with lldb on and off for a couple of month. For the first time today I have updated llvm, clang and lldb from svn and I now get tons of errors from Xcode.</div>
<div>Is there a stable revision I can get for the projects?</div><div>Any change to see a fix soon?</div><div><br></div></div></blockquote><div><br></div><div>Hi Sebastien,</div><div><br></div><div>That's the risk of living on the bleeding edge :) Normally, this kind of failures appears rarely and are pickup up quickly by the buildbots. From there, you have 2 options :</div>
<div> - wait a bit and run a svn up on llvm+clang+lldb...</div><div> - propose a patch to fix it</div><div><br></div><div>Another option is to checkout the release tag (3.3rc2).</div><div><br></div><div>Cheers,</div><div>
--</div><div>Arnaud A. de Grandmaison</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><div></div><div>Thanks in advance,</div>
<div><br></div><div>S.</div><div><br></div><div><br></div><div>PS: build errors:</div><div><div>/Users/meeloo/work/llvm/tools/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp</div><div>/Users/meeloo/work/llvm/tools/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp:50:25: No member named 'countTrailingZeros' in namespace 'llvm'</div>
<div>/Users/meeloo/work/llvm/tools/lldb/source/Plugins/Disassembler/llvm/DisassemblerLLVMC.cpp</div><div>/Users/meeloo/work/llvm/tools/lldb/source/Plugins/Disassembler/llvm/DisassemblerLLVMC.cpp:21:10: 'llvm/MC/MCRelocationInfo.h' file not found</div>
<div>/Users/meeloo/work/llvm/tools/lldb/source/Expression/IRExecutionUnit.cpp</div><div>/Users/meeloo/work/llvm/tools/lldb/source/Expression/IRExecutionUnit.cpp:304:30: Allocating an object of abstract class type 'lldb_private::IRExecutionUnit::MemoryManager'</div>
<div>/Users/meeloo/work/llvm/tools/lldb/llvm/include/llvm/ExecutionEngine/RuntimeDyld.h:68:16: Unimplemented pure virtual method 'applyPermissions' in 'MemoryManager'</div><div>/Users/meeloo/work/llvm/tools/lldb/llvm/include/llvm/ExecutionEngine/JITMemoryManager.h:120:20: Unimplemented pure virtual method 'startExceptionTable' in 'MemoryManager'</div>
<div>/Users/meeloo/work/llvm/tools/lldb/llvm/include/llvm/ExecutionEngine/JITMemoryManager.h:125:16: Unimplemented pure virtual method 'endExceptionTable' in 'MemoryManager'</div><div>/Users/meeloo/work/llvm/tools/lldb/llvm/include/llvm/ExecutionEngine/JITMemoryManager.h:132:16: Unimplemented pure virtual method 'deallocateExceptionTable' in 'MemoryManager'</div>
<div>/Users/meeloo/work/llvm/tools/lldb/source/Expression/ASTResultSynthesizer.cpp</div><div>/Users/meeloo/work/llvm/tools/lldb/source/Expression/ASTResultSynthesizer.cpp:360:48: Too few arguments to function call, expected 9, have 8</div>
<div>/Users/meeloo/work/llvm/tools/lldb/llvm/tools/clang/include/clang/AST/Decl.h:757:3: 'Create' declared here</div><div>/Users/meeloo/work/llvm/tools/lldb/source/Expression/ASTResultSynthesizer.cpp:380:48: Too few arguments to function call, expected 9, have 8</div>
<div>/Users/meeloo/work/llvm/tools/lldb/llvm/tools/clang/include/clang/AST/Decl.h:757:3: 'Create' declared here</div><div>/Users/meeloo/work/llvm/tools/lldb/source/Symbol/ClangASTContext.cpp</div><div>/Users/meeloo/work/llvm/tools/lldb/source/Symbol/ClangASTContext.cpp:1832:74: Too few arguments to function call, expected 11, have 10</div>
<div>/Users/meeloo/work/llvm/tools/lldb/llvm/tools/clang/include/clang/AST/DeclCXX.h:1594:3: 'Create' declared here</div><div>/Users/meeloo/work/llvm/tools/lldb/source/Symbol/ClangASTContext.cpp:1861:70: Too few arguments to function call, expected 11, have 10</div>
<div>/Users/meeloo/work/llvm/tools/lldb/llvm/tools/clang/include/clang/AST/DeclCXX.h:1594:3: 'Create' declared here</div><div>/Users/meeloo/work/llvm/tools/lldb/source/Symbol/ClangASTContext.cpp:1889:52: Too few arguments to function call, expected 10, have 9</div>
<div>/Users/meeloo/work/llvm/tools/lldb/llvm/tools/clang/include/clang/AST/Decl.h:1178:3: 'Create' declared here</div><div>/Users/meeloo/work/llvm/tools/lldb/source/Symbol/ClangASTContext.cpp:2066:46: Too few arguments to function call, expected 9, have 8</div>
<div>/Users/meeloo/work/llvm/tools/lldb/llvm/tools/clang/include/clang/AST/Decl.h:757:3: 'Create' declared here</div><div>/Users/meeloo/work/llvm/tools/lldb/source/Symbol/ClangASTContext.cpp:2662:68: Too few arguments to function call, expected 10, have 9</div>
<div>/Users/meeloo/work/llvm/tools/lldb/llvm/tools/clang/include/clang/AST/Decl.h:1178:3: 'Create' declared here</div><div>/Users/meeloo/work/llvm/tools/lldb/source/Symbol/ClangASTContext.cpp:2830:56: Too few arguments to function call, expected 10, have 9</div>
<div>/Users/meeloo/work/llvm/tools/lldb/llvm/tools/clang/include/clang/AST/Decl.h:1178:3: 'Create' declared here</div><div>/Users/meeloo/work/llvm/tools/lldb/source/Symbol/ClangASTContext.cpp:5536:34: Too few arguments to function call, expected 10, have 9</div>
<div>/Users/meeloo/work/llvm/tools/lldb/llvm/tools/clang/include/clang/AST/Decl.h:1178:3: 'Create' declared here</div><div>/Users/meeloo/work/llvm/tools/lldb/source/Expression/ClangASTSource.cpp</div><div>/Users/meeloo/work/llvm/tools/lldb/source/Expression/ClangASTSource.cpp:480:52: No member named 'containsDecl' in 'clang::DeclContext'</div>
<div>/Users/meeloo/work/llvm/tools/lldb/source/Expression/ClangASTSource.cpp:485:42: No member named 'containsDecl' in 'clang::DeclContext'</div><div>/Users/meeloo/work/llvm/tools/lldb/source/Expression/ClangASTSource.cpp:1728:55: Too few arguments to function call, expected 9, have 8</div>
<div>/Users/meeloo/work/llvm/tools/lldb/llvm/tools/clang/include/clang/AST/Decl.h:757:3: 'Create' declared here</div><div>/Users/meeloo/work/llvm/tools/lldb/source/Expression/ClangASTSource.cpp:1782:63: Too few arguments to function call, expected 10, have 9</div>
<div>/Users/meeloo/work/llvm/tools/lldb/llvm/tools/clang/include/clang/AST/Decl.h:1178:3: 'Create' declared here</div><div>/Users/meeloo/work/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTypeVendor.cpp</div>
<div>/Users/meeloo/work/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTypeVendor.cpp:406:64: Too few arguments to function call, expected 10, have 9</div><div>/Users/meeloo/work/llvm/tools/lldb/llvm/tools/clang/include/clang/AST/Decl.h:1178:3: 'Create' declared here</div>
<span class="HOEnZb"><font color="#888888"><div><br></div><div><br></div><div>
<span style="border-collapse:separate;border-spacing:0px"><div style="word-wrap:break-word"><span style="border-spacing:0px;text-indent:0px;letter-spacing:normal;font-variant:normal;text-align:-webkit-auto;font-style:normal;font-weight:normal;line-height:normal;border-collapse:separate;text-transform:none;font-size:medium;white-space:normal;font-family:Helvetica;word-spacing:0px"><div style="word-wrap:break-word">
<span style="border-spacing:0px;text-indent:0px;letter-spacing:normal;font-variant:normal;font-style:normal;font-weight:normal;line-height:normal;border-collapse:separate;text-transform:none;font-size:medium;white-space:normal;font-family:Helvetica;word-spacing:0px"><div style="word-wrap:break-word">
<span style="border-spacing:0px;text-indent:0px;letter-spacing:normal;font-variant:normal;font-style:normal;font-weight:normal;line-height:normal;border-collapse:separate;text-transform:none;font-size:medium;white-space:normal;font-family:Helvetica;word-spacing:0px"><div style="word-wrap:break-word">
<span style="border-spacing:0px;text-indent:0px;letter-spacing:normal;font-variant:normal;font-style:normal;font-weight:normal;line-height:normal;border-collapse:separate;text-transform:none;font-size:medium;white-space:normal;font-family:Helvetica;word-spacing:0px"><div style="word-wrap:break-word">
<div>-- </div><div>Sebastien Metrot</div><div>Yasound - CTO - Cofounder</div><div><a href="mailto:sebastien@yasound.com" target="_blank">sebastien@yasound.com</a></div></div></span></div></span></div></span></div></span></div>
</span>
</div>
<br></font></span></div><span class="HOEnZb"><font color="#888888"><br><br><div>
<span style="border-spacing:0px;text-indent:0px;letter-spacing:normal;font-variant:normal;text-align:-webkit-auto;font-style:normal;font-weight:normal;line-height:normal;border-collapse:separate;text-transform:none;font-size:medium;white-space:normal;font-family:Helvetica;word-spacing:0px"><div style="word-wrap:break-word">
<span style="border-spacing:0px;text-indent:0px;letter-spacing:normal;font-variant:normal;text-align:-webkit-auto;font-style:normal;font-weight:normal;line-height:normal;border-collapse:separate;text-transform:none;font-size:medium;white-space:normal;font-family:Helvetica;word-spacing:0px"><div style="word-wrap:break-word">
<span style="border-spacing:0px;text-indent:0px;letter-spacing:normal;font-variant:normal;font-style:normal;font-weight:normal;line-height:normal;border-collapse:separate;text-transform:none;font-size:medium;white-space:normal;font-family:Helvetica;word-spacing:0px"><div style="word-wrap:break-word">
<span style="border-spacing:0px;text-indent:0px;letter-spacing:normal;font-variant:normal;font-style:normal;font-weight:normal;line-height:normal;border-collapse:separate;text-transform:none;font-size:medium;white-space:normal;font-family:Helvetica;word-spacing:0px"><div style="word-wrap:break-word">
<span style="border-spacing:0px;text-indent:0px;letter-spacing:normal;font-variant:normal;font-style:normal;font-weight:normal;line-height:normal;border-collapse:separate;text-transform:none;font-size:medium;white-space:normal;font-family:Helvetica;word-spacing:0px"><div style="word-wrap:break-word">
<div>-- </div><div>Sebastien Metrot</div><div>Yasound - CTO - Cofounder</div><div><a href="mailto:sebastien@yasound.com" target="_blank">sebastien@yasound.com</a></div></div></span></div></span></div></span></div></span></div>
</span>
</div>
<br></font></span></div><br>_______________________________________________<br>
lldb-dev mailing list<br>
<a href="mailto:lldb-dev@cs.uiuc.edu">lldb-dev@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev</a><br>
<br></blockquote></div><br></div></div>