Re: [Lldb-commits] [PATCH] D18638: [LLDB][MIPS] Provide ABI string to compiler for appropriate code generation for MIPS

2016-05-13 Thread Nitesh Jain via lldb-commits
nitesh.jain closed this revision. nitesh.jain added a comment. Committed in revision 269407 Repository: rL LLVM http://reviews.llvm.org/D18638 ___ lldb-commits mailing list lldb-commits@lists.llvm.org

[Lldb-commits] [lldb] r269416 - Remove ASTContexts from SystemInitializerCommon

2016-05-13 Thread Pavel Labath via lldb-commits
Author: labath Date: Fri May 13 08:40:51 2016 New Revision: 269416 URL: http://llvm.org/viewvc/llvm-project?rev=269416=rev Log: Remove ASTContexts from SystemInitializerCommon Summary: The AST contexts are not needed in the server components, and the clang context in particular pulls in large

Re: [Lldb-commits] [PATCH] D20193: test infra: catch bad decorators and import-time errors

2016-05-13 Thread Todd Fiala via lldb-commits
tfiala added a comment. Thanks, Pavel! http://reviews.llvm.org/D20193 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Re: [Lldb-commits] [PATCH] D20236: Remove ASTContexts from SystemInitializerCommon

2016-05-13 Thread Tamas Berghammer via lldb-commits
tberghammer accepted this revision. tberghammer added a comment. This revision is now accepted and ready to land. Very nice! I don't know how we missed this optimization before. Finally the size of lldb-server starts to became more reasonable (3.7 MB on arm32) http://reviews.llvm.org/D20236

Re: [Lldb-commits] [PATCH] D17027: [expression evaluator] Allow runtimes to execute custom LLVM ModulePasses over the generated IR at various stages after expression compilation.

2016-05-13 Thread Luke Drummond via lldb-commits
ldrumm updated this revision to Diff 57199. ldrumm added a comment. rebased on current HEAD http://reviews.llvm.org/D17027 Files: include/lldb/Expression/LLVMUserExpression.h include/lldb/Target/LanguageRuntime.h source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp Index:

[Lldb-commits] LLVM buildmaster will be updated and restarted tonight

2016-05-13 Thread Galina Kistanova via lldb-commits
Hello everyone, LLVM buildmaster will be updated and restarted after 6 PM Pacific time today. Thanks Galina ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] r269434 - Disable HostThread::Cancel assertion on FreeBSD

2016-05-13 Thread Ed Maste via lldb-commits
Author: emaste Date: Fri May 13 12:01:59 2016 New Revision: 269434 URL: http://llvm.org/viewvc/llvm-project?rev=269434=rev Log: Disable HostThread::Cancel assertion on FreeBSD It is still used by ProcessMonitor::StopMonitoringChildProcess and ProcessMonitor::StopOpThread. Modified:

Re: [Lldb-commits] [PATCH] D20193: test infra: catch bad decorators and import-time errors

2016-05-13 Thread Zachary Turner via lldb-commits
Going to look at this today, but I'm getting some crashes when I run the lldb test suite, so I need to figure these out first so I have a clean baseline for comparison. On Fri, May 13, 2016 at 7:24 AM Todd Fiala wrote: > tfiala added a comment. > > Thanks, Pavel! > > >

Re: [Lldb-commits] [PATCH] D20193: test infra: catch bad decorators and import-time errors

2016-05-13 Thread Zachary Turner via lldb-commits
Ahh wait. Does the "wb" issue still need to be resolved first, or is that specific to testing the test? On Fri, May 13, 2016 at 2:37 PM Todd Fiala wrote: > tfiala added a comment. > > Zachary and I have been talking. I'm going to get this in, but I'll > revisit the logic

Re: [Lldb-commits] [PATCH] D20193: test infra: catch bad decorators and import-time errors

2016-05-13 Thread Todd Fiala via lldb-commits
tfiala added a comment. In http://reviews.llvm.org/D20193#429982, @zturner wrote: > Ok the problem is that it cannot find lldb.exe anywhere. Normally we use a > --executable argument when launching dotest.py, but there's no such > argument here., but Great, thanks for the patch! I'll have

Re: [Lldb-commits] [PATCH] D20193: test infra: catch bad decorators and import-time errors

2016-05-13 Thread Todd Fiala via lldb-commits
tfiala added a comment. > This directory named "src" doesn't exist. Am I missing something? Hmm let me try with a clean sync of the patch. Back in a moment... http://reviews.llvm.org/D20193 ___ lldb-commits mailing list