[Lldb-commits] [lldb] 4b63ca1 - [Mips] Use appropriate private label prefix based on Mips ABI

2019-10-23 Thread Mirko Brkusanin via lldb-commits
Author: Mirko Brkusanin Date: 2019-10-23T12:24:35+02:00 New Revision: 4b63ca1379a8a6399c3d29560623ee832c818919 URL: https://github.com/llvm/llvm-project/commit/4b63ca1379a8a6399c3d29560623ee832c818919 DIFF: https://github.com/llvm/llvm-project/commit/4b63ca1379a8a6399c3d29560623ee832c818919.dif

[Lldb-commits] [PATCH] D69148: Disable exit-on-SIGPIPE in lldb

2019-10-23 Thread Pavel Labath via Phabricator via lldb-commits
labath added inline comments. Comment at: lldb/tools/driver/Driver.cpp:850 #if !defined(_MSC_VER) signal(SIGPIPE, SIG_IGN); signal(SIGWINCH, sigwinch_handler); vsk wrote: > labath wrote: > > vsk wrote: > > > labath wrote: > > > > I don't think this line do

[Lldb-commits] [PATCH] D69341: [zorg] Port LLDB cmake build factory to git

2019-10-23 Thread Pavel Labath via Phabricator via lldb-commits
labath created this revision. labath added reviewers: stella.stamenova, jankratochvil, gkistanova. The changes appear to be straight-forward, but I don't know how to test them without committing to zorg. https://reviews.llvm.org/D69341 Files: zorg/buildbot/builders/LLDBBuilder.py Index: zor

[Lldb-commits] [PATCH] D69341: [zorg] Port LLDB cmake build factory to git

2019-10-23 Thread Jan Kratochvil via Phabricator via lldb-commits
jankratochvil added a comment. FYI my local buildbot master errors out this way: 2019-10-23 16:10:12+0200 [-] error while parsing config file 2019-10-23 16:10:12+0200 [-] Unhandled Error Traceback (most recent call last): File "/home/buildbot/.local/lib/python2.7/site-packa

[Lldb-commits] [PATCH] D69209: [lldb] Add test for running static initializers in expressions.

2019-10-23 Thread Raphael Isemann via Phabricator via lldb-commits
teemperor abandoned this revision. teemperor added a comment. Landed in r375422 Repository: rLLDB LLDB CHANGES SINCE LAST ACTION https://reviews.llvm.org/D69209/new/ https://reviews.llvm.org/D69209 ___ lldb-commits mailing list lldb-commits@li

[Lldb-commits] [lldb] d01fd2f - [lldb] Add nodebug attribute to import-std-module/sysroot test

2019-10-23 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-10-23T09:26:57-07:00 New Revision: d01fd2f35a02cb53a5d9d1a5342b5085c5dce66c URL: https://github.com/llvm/llvm-project/commit/d01fd2f35a02cb53a5d9d1a5342b5085c5dce66c DIFF: https://github.com/llvm/llvm-project/commit/d01fd2f35a02cb53a5d9d1a5342b5085c5dce66c.dif

[Lldb-commits] [PATCH] D68861: [lldb] Add nodebug attribute to import-std-module/sysroot test

2019-10-23 Thread Raphael Isemann via Phabricator via lldb-commits
This revision was not accepted when it landed; it landed in state "Needs Review". This revision was automatically updated to reflect the committed changes. Closed by commit rGd01fd2f35a02: [lldb] Add nodebug attribute to import-std-module/sysroot test (authored by teemperor). Repository: rG LL

[Lldb-commits] [PATCH] D69341: [zorg] Port LLDB cmake build factory to git

2019-10-23 Thread Pavel Labath via Phabricator via lldb-commits
labath updated this revision to Diff 226154. labath added a comment. Create the appropriate build factory CHANGES SINCE LAST ACTION https://reviews.llvm.org/D69341/new/ https://reviews.llvm.org/D69341 Files: zorg/buildbot/builders/LLDBBuilder.py Index: zorg/buildbot/builders/LLDBBuilder.

[Lldb-commits] [PATCH] D69341: [zorg] Port LLDB cmake build factory to git

2019-10-23 Thread Pavel Labath via Phabricator via lldb-commits
labath added a comment. Thanks for trying it out. The last update should fix that error. Could I trouble you to give it another spin? CHANGES SINCE LAST ACTION https://reviews.llvm.org/D69341/new/ https://reviews.llvm.org/D69341 ___ lldb-commits

[Lldb-commits] [PATCH] D69341: [zorg] Port LLDB cmake build factory to git

2019-10-23 Thread Jan Kratochvil via Phabricator via lldb-commits
jankratochvil added a comment. 2019-10-23 20:34:53+0200 [-] error while parsing config file 2019-10-23 20:34:53+0200 [-] Unhandled Error Traceback (most recent call last): File "/home/buildbot/.local/lib/python2.7/site-packages/buildbot-latest-py2.7.egg/buildbot/master.py",

[Lldb-commits] [PATCH] D69341: [zorg] Port LLDB cmake build factory to git

2019-10-23 Thread Jan Kratochvil via Phabricator via lldb-commits
jankratochvil added a comment. I could pack some patched `buildbot-0.8.5` and patched `zorg-git` running on Fedora 30 (and its Python version) so that you can run it yourself. But I am also fine to just testing it. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D69341/new/ https://revie

[Lldb-commits] [PATCH] D69341: [zorg] Port LLDB cmake build factory to git

2019-10-23 Thread Siva Chandra via Phabricator via lldb-commits
sivachandra added inline comments. Comment at: zorg/buildbot/builders/LLDBBuilder.py:110 cmake_cmd = [ -"cmake", "-G", "Ninja", "../llvm", +"cmake", "-G", "Ninja", "../" + self.monorepo_dir, "-DCMAKE_BUILD_TYPE=" + config, Should thi

[Lldb-commits] [PATCH] D69341: [zorg] Port LLDB cmake build factory to git

2019-10-23 Thread Jan Kratochvil via Phabricator via lldb-commits
jankratochvil added a comment. After the @sivachandra 's fix I get: 2019-10-23 21:28:24+0200 [-] LLVMGitPoller: using workdir '/quad/home/buildbot/zorg-git/buildbot/osuosl/master/gitpoller-workdir' 2019-10-23 21:28:24+0200 [-] LLVMGitPoller: initializing working dir from http://git.lab.llvm

[Lldb-commits] [PATCH] D69341: [zorg] Port LLDB cmake build factory to git

2019-10-23 Thread Jan Kratochvil via Phabricator via lldb-commits
jankratochvil added a comment. I was using these 3 patches for buildbot-0.8.5 (and one for zorg) to get the master running. But sure there is still some configuration afterwards: https://people.redhat.com/jkratoch/buildbot-0.8.5-fix.patch https://people.redhat.com/jkratoch/buildbot-0.8.5-fix2.pa

[Lldb-commits] [PATCH] D69341: [zorg] Port LLDB cmake build factory to git

2019-10-23 Thread Siva Chandra via Phabricator via lldb-commits
sivachandra added inline comments. Comment at: zorg/buildbot/builders/LLDBBuilder.py:71 +is_legacy_mode=False, +depends_on_projects=["llvm", "clang", "lldb", "lld"]) I wonder why it is getting git.lab.llvm.org! Can you try with an additi

[Lldb-commits] [PATCH] D69341: [zorg] Port LLDB cmake build factory to git

2019-10-23 Thread Siva Chandra via Phabricator via lldb-commits
sivachandra added inline comments. Comment at: zorg/buildbot/builders/LLDBBuilder.py:71 +is_legacy_mode=False, +depends_on_projects=["llvm", "clang", "lldb", "lld"]) sivachandra wrote: > I wonder why it is getting git.lab.llvm.org! Can y

[Lldb-commits] [PATCH] D69341: [zorg] Port LLDB cmake build factory to git

2019-10-23 Thread Pavel Labath via Phabricator via lldb-commits
labath added a comment. In D69341#1719159 , @jankratochvil wrote: > I was using these 3 patches for buildbot-0.8.5 (and one for zorg) to get the > master running. But sure there is still some configuration afterwards: > https://people.redhat.com/jkrato

[Lldb-commits] [PATCH] D69341: [zorg] Port LLDB cmake build factory to git

2019-10-23 Thread Pavel Labath via Phabricator via lldb-commits
labath marked 2 inline comments as done. labath added inline comments. Comment at: zorg/buildbot/builders/LLDBBuilder.py:71 +is_legacy_mode=False, +depends_on_projects=["llvm", "clang", "lldb", "lld"]) sivachandra wrote: > sivachandra wr

[Lldb-commits] [PATCH] D69341: [zorg] Port LLDB cmake build factory to git

2019-10-23 Thread Pavel Labath via Phabricator via lldb-commits
labath updated this revision to Diff 226183. labath added a comment. s/self.monorepo_dir/f.monorepo_dir CHANGES SINCE LAST ACTION https://reviews.llvm.org/D69341/new/ https://reviews.llvm.org/D69341 Files: zorg/buildbot/builders/LLDBBuilder.py Index: zorg/buildbot/builders/LLDBBuilder.py

[Lldb-commits] [PATCH] D69341: [zorg] Port LLDB cmake build factory to git

2019-10-23 Thread Siva Chandra via Phabricator via lldb-commits
sivachandra added inline comments. Comment at: zorg/buildbot/builders/LLDBBuilder.py:71 +is_legacy_mode=False, +depends_on_projects=["llvm", "clang", "lldb", "lld"]) labath wrote: > sivachandra wrote: > > sivachandra wrote: > > > I wonde

[Lldb-commits] [PATCH] D69341: [zorg] Port LLDB cmake build factory to git

2019-10-23 Thread Pavel Labath via Phabricator via lldb-commits
labath updated this revision to Diff 226200. labath added a comment. add '/llvm' ... CHANGES SINCE LAST ACTION https://reviews.llvm.org/D69341/new/ https://reviews.llvm.org/D69341 Files: zorg/buildbot/builders/LLDBBuilder.py Index: zorg/buildbot/builders/LLDBBuilder.py ==