[ACTIVITY] Report for week #29

2022-07-22 Thread Thiago Jung Bauermann
Hello, # [GNU-767] Support changing SVE vector length in remote debugging * Fixed last bug which prevented the sve-ioctls QEMU testcase to be correctly stepped through in gdbserver. The next step is checking whether any regression was introduced by my changes, and clean up the code. * In

Re: Enabling CCache on LLVM bots

2022-07-22 Thread David Spickett
> Right: but you're using flang and mlir HEAD as a test suite for clang as I > understand it, I don't think that MLIR/flang developers should get their > patches flagged here (which is what buildbots are doing). > We (google) are doing similar tests, but in a silent infrastructure and > investig

Re: Enabling CCache on LLVM bots

2022-07-22 Thread Mehdi AMINI
On Fri, Jul 22, 2022 at 3:39 PM David Spickett wrote: > > OK! But how is testing flang in stage2 helpful for this? This is just > testing that clang from stage-1 is properly functioning right? The > test-suite is there for this I think? > > Yes, it is checking that the clang in stage 1 generates

Re: Enabling CCache on LLVM bots

2022-07-22 Thread David Spickett
> OK! But how is testing flang in stage2 helpful for this? This is just testing > that clang from stage-1 is properly functioning right? The test-suite is > there for this I think? Yes, it is checking that the clang in stage 1 generates correct SVE code. So that when that clang becomes the next

Re: Enabling CCache on LLVM bots

2022-07-22 Thread Mehdi AMINI
On Fri, Jul 22, 2022 at 1:18 PM David Spickett wrote: > > I didn't know this builder would test flang as well: which stage of the > build is doing so? > > It tests it only for stage 2, and the 1 stage bot checks stage 1. So > we do have some of that focus you talked about between > clang-aarch64-

Re: Enabling CCache on LLVM bots

2022-07-22 Thread David Spickett
> I didn't know this builder would test flang as well: which stage of the build > is doing so? It tests it only for stage 2, and the 1 stage bot checks stage 1. So we do have some of that focus you talked about between clang-aarch64-sve-vla (which is the 1 stage) and clang-aarch64-sve-vla-2stage.

Re: Enabling CCache on LLVM bots

2022-07-22 Thread Mehdi AMINI
On Fri, Jul 22, 2022 at 5:46 AM Thiago Jung Bauermann < thiago.bauerm...@linaro.org> wrote: > > Hello Mehdi, > > Mehdi AMINI writes: > > > I don't know if you are maintaining also clang-aarch64-sve-vla-2stage > > but it takes far too long right now (>10 hours). > > Yes, I actually increased its c