Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/llvm/llvm-zorg


https://github.com/llvm/llvm-zorg

Revert "Add -DLLVM_DISABLE_ASSEMBLY_FILES=ON to work around a bug in Apple Clang (#129)" (#132)

Updating to Apple Clang 1500.3.9.4 fixes the problem that was causing
test failures.

Build/t...

332f0102ea4ba47de6b72e13e56960f860424184 authored 10 months ago by dyung <[email protected]>
[sanitizer] Workaround missing psutil

c5213b3c5ad0ed4dd2a909096682cc992ee1c761 authored 10 months ago by Vitaly Buka <[email protected]>
[sanitizer] Set default test timeout to 900

04ddb104263dbf5f2fff8aac4a689c1fd9b1de5d authored 10 months ago by Vitaly Buka <[email protected]>
Add MLIR python bindings to the premerge bot config (#131)

This matches what builkite is doing right now.

Also add myself to the notification for this bot.

4312611aa9611ba33ccc994f7125567fd00fb06a authored 10 months ago by Mehdi Amini <[email protected]>
PowerPC Linux:Replace LLVM_CCACHE_BUILD with CMake ccache support(#125)

Updating PowerPC bots to use the upstream CMake support for ccache.
Replace usage of LLVM_CCACH...

26b38f1043d29726911cbe256d65b4577df03225 authored 10 months ago by Lei Huang <[email protected]>
Add -DLLVM_DISABLE_ASSEMBLY_FILES=ON to work around a bug in Apple Clang (#129)

Two build-id related LLD tests are failing on the MacOS builder I am
trying to bring up apparen...

d91b8b9c49188021d27152d4f06d87ef8dc4ae99 authored 10 months ago by dyung <[email protected]>
[OpenMP] Possiblity to add lit args to check-openmp (#127)

Enable passing additional lit arguments per bot to the `ninja
check-openmp` configuration.
Thi...

a68471492f318077f6e47e309c8e022dce43ee19 authored 10 months ago by Jan Patrick Lehr <[email protected]>
Make a few buildbot changes to the SIE buildbots (#130)

I am shuffling around the builder assignments for a few workers, so
needed to remove the hard c...

226cf297d0155a776f88bdd2d20897422aa3531f authored 10 months ago by dyung <[email protected]>
Add a new Darwin worker and release builder (#128)

Add a new release builder for the AArch64 Darwin target, and a new
worker to share build respon...

8920e6415786075debe057aaa958a827621d6408 authored 10 months ago by dyung <[email protected]>
[lldb] Enable LLDB_ENFORCE_STRICT_TEST_REQUIREMENTS for Linaro's bots

We already had psutil installed, and pexpect was added to the Linux
workers recently.

https://g...

e08c692f75a922ee820ac8722f5033255913c195 authored 10 months ago by David Spickett <[email protected]>
[lldb] Disable LZMA support on the bots

f6d70e100c167d89c3a1acc38100e33b3289e7ee authored 10 months ago by Jonas Devlieghere <[email protected]>
Disable clang modules on LLDB incremental bots

The primary reason for this was performance, but lately Clang is
mostly waiting on the module ca...

139d5a88a092ae3d24bcb07e9c08946042d8b6a4 authored 10 months ago by Adrian Prantl <[email protected]>
Remove llvm-new-debug-iterators worker, reassign sie-linux-worker3 and add notifications for darwin builders. (#124)

This change makes 3 updates to the SIE bot configuration.

1. Retire the llvm-new-debug-iterat...

4600b1e94afe5022679c50bd2e24fe25329527c7 authored 10 months ago by dyung <[email protected]>
[libc] Update libc build config (#126)

How to build libc for GPU is about to change significantly, which
requires an update to the way...

347c5bff52b4ecaf6450875d9e4ec8b4ab7e8533 authored 10 months ago by Jan Patrick Lehr <[email protected]>
Add libunwind to the runtimes for the lldb matrix bot

8da16cc3c2accb9bfbc1ca4b8ee47e7cf5c9d19c authored 10 months ago by Shubham Sandeep Rastogi <[email protected]>
lldb-matrix: modernize clang 17 cmake invocation

9e87da3357d1b70e83a94e417748e4f935bcdec0 authored 10 months ago by Adrian Prantl <[email protected]>
[lldb] Use NinjaCommand instead of manually building options (#122)

Which is what I tried to do in 330340b14f6325d76c96cb1713d29c4258e541b8,
but forgot one detail....

785839e8d77ca09b4cc415eae1c62c0a1ed8da37 authored 10 months ago by David Spickett <[email protected]>
[LLVMPoller] Fix invalid repository while creating a new change (#110)

LLVMPoller can be configured to use other `repourl` for test/debug
purpose. But LLVMPoller alwa...

886f3cef5a98643f04d881a5aeb9ba162dcc0cf8 authored 10 months ago by Dmitry Vasilyev <[email protected]>
Copy Fuchsia staging builder config to prod builders (#123)

This patch copies Fuchsia's staging build bots configurations to the
Fuchsia prod builders, whi...

3fba09f29154deb39635f93c7e6eac373d5a12a2 authored 10 months ago by Haowei <[email protected]>
[PPC] Use a symlinked toolchain on the rhel bot (#121)

The clang-ppc64le-rhel buildbot uses a different external compiler
toolchain to the system defa...

3b8924a45c8a02ae3fd7d13f3090622e854b7010 authored 10 months ago by Kamau Bridgeman <[email protected]>
[flang] Remove pgmath linker flag for test suite (#108)

After https://reviews.llvm.org/D140236 (and other changes I'm sure),
flang doesn't need pgmath ...

119d3c6315836f23fa48f4c62e91d83db2dbe60e authored 10 months ago by David Spickett <[email protected]>
[OpenMP] Disabling SDMA transfers AMDGPU offload bots (#120)

This disables host/device and device/host transfers via the SDMA engines
for the OpenMP Offload...

98ca9393a818d23e9a61cfb5172afd36e7c2f38d authored 11 months ago by Jan Patrick Lehr <[email protected]>
Add LLVM 17.0.6 to the LLDB matrix config

49fd97ce55dae80acfb6f1939ae9e1b7c047dbb7 authored 11 months ago by Adrian Prantl <[email protected]>
[LLDB] Remove builder class jobs option, only use worker's jobs property if present (#102)

Previously the builder class argument "jobs" defaulted to a string to
use with `WithProperties`...

330340b14f6325d76c96cb1713d29c4258e541b8 authored 11 months ago by David Spickett <[email protected]>
Skip noreply email addresses in email notifications.

3c9b0b8e2963e1b006921672b00f058d6e3b5bf3 authored 11 months ago by Galina Kistanova <[email protected]>
Removed Google Cloud Buildguards, since it does not look like we will get them running any time soon.

5f390cdd63b8392842a77f523845ba1e6254aa3e authored 11 months ago by Galina Kistanova <[email protected]>
Stop building Fuchsia runtime variants on Fuchsia staging bots (#119)

We don't need the runtime variants on build bots. This patch disable it
so the build time can b...

155f539683ef7e0f75d3fd044bbfb88cc4e336e2 authored 11 months ago by Haowei <[email protected]>
Use a single stage build for Fuchsia toolchain (#118)

This patch updates the configuration for the Fuchsia staging builder to
use a single stage buil...

08f2c23d445877fb0c2db96beea736a8ad9f1c82 authored 11 months ago by Haowei <[email protected]>
Set extra mail header for Mailgun tag.

4f339d212af5b9d9d5ca813f6f2f8c1f99ab134e authored 11 months ago by Galina Kistanova <[email protected]>
[Windows on Arm] Add issue link for watchpoint tests skip

This was added mysteriously some time ago but the explanation is
pretty simple - we have work to...

2dcb762796ff2f91ab411ff81a79dc3353c0e0ef authored 11 months ago by David Spickett <[email protected]>
[jenkins] Enable WebAssembly target in the code coverage bot (#116)

590f0a62919ad313758362d18a31e7d40255e6e6 authored 11 months ago by Congcong Cai <[email protected]>
[jenkins] Coverage bot: Adjust the timeout

The test stage seems to be taking longer, bumping up the timeout for it
to 10 hours.

addf1da974db22f5ff6a38a8c93764a10277b0ab authored 11 months ago by azharudd <[email protected]>
Add 2 new mac workers/builders as well as reallocate resources on some existing workers. (#115)

Adding two new mac builders since I will soon have some spare machines
lying around idle and we...

9d14e833e310c2ddde34ff8e6c042d59bdf94993 authored 11 months ago by dyung <[email protected]>
[OpenMP] Adding HSA_ENABLE_SDMA=0 flag to one bot (#114)

66f99dfc9c9854055328385ac83c2b5b95dc8efc authored 11 months ago by Jan Patrick Lehr <[email protected]>
[LLVMPoller] Fix an exception in case of changing files in the root (#109)

`project=None` will cause the following exception
```
File "/zorg/buildbot/changes/llvmgitpoll...

4d1795752d4ffe9c8c31152df112759d017de4e4 authored 11 months ago by Dmitry Vasilyev <[email protected]>
[HIP] Use ccache as compiler launcher (#113)

4703231c21a9ba4a69646b4966ea6dccd77113f8 authored 11 months ago by Jan Patrick Lehr <[email protected]>
[HIP] Add libunwind to LLVM_ENABLE_RUNTIMES (#112)

It seems that this is needed now.

Should fix the current state of the clang-hip-builder.
htt...

0d895d2680346a6e932c8d34f278d21b50af7772 authored 11 months ago by Jan Patrick Lehr <[email protected]>
[LibC++] Remove libcxx,libcxxabi,libunwind from clang-ppc64le-rhel (#111)

Removing the libcxx,libcxxabi, and libunwind runtimes from being built
and tested on the clang-...

6aa7df2a6be81e3d71ac990ea184c9d49bd02731 authored 11 months ago by Kamau Bridgeman <[email protected]>
[Clang] Move LoongArch from LLVM_EXPERIMENTAL_TARGETS_TO_BUILD to LLVM_TARGETS_TO_BUILD (#107)

As LoongArch has already been in the LLVM_ALL_TARGETS instead of
LLVM_ALL_EXPERIMENTAL_TARGETS ...

87708002649ee33a3d08730fbb52d1619e15db80 authored 11 months ago by leecheechen <[email protected]>
Create dedicated staging builder fuchsia-x86_64-linux-staging (#106)

These builders will be used to for verify fuchsia build configuration
changes.

11b65ef59c89850e62290e2f533f8f2a5952473b authored 11 months ago by trevtt <[email protected]>
Add libunwind to runtime build for llvm-coverage (#104)

Fix the build after llvm-project 8f90e6937a (e.g.
https://green.lab.llvm.org/green/job/coverage...

3bd1fe7602b89f268a0ef1bb5712ccd684b67f70 authored 11 months ago by Ben Langmuir <[email protected]>
Switch sparc64-linux to single-stage builds (#103)

As more than 400 tests are currently failing for the Sparc target, it
makes little sense to tes...

bb9da35803efbd0e4a0b88f3b5fea0e522e6a26e authored 11 months ago by John Paul Adrian Glaubitz <[email protected]>
Set jobs=None for Linaro LLDB builders

Turns out the LLDB builder class defaults to `jobs="%(jobs)s"`
which expects every worker to hav...

0e478ea0c92c809f0ac9dfba2a6fdb168d0ea0cc authored 11 months ago by David Spickett <[email protected]>
Update 'llvm-clang-x86_64-win-fast' builder. (#101)

Enable 'ccache' cached builds.

86c759cb3aa9417b00c5e74601b30dffde1f8ada authored 11 months ago by Vladimir Vereschaka <[email protected]>
[BOLT] Enable CCache option

79873e13d2d10463635d84476afb9bfed9c45cfc authored 11 months ago by Amir Ayupov <[email protected]>
Remove BOLT_CLANG_EXE from premerge builder (#100)

1a621b52eb35a7450b6b548d3ba2e3cec68f75da authored 11 months ago by Amir Ayupov <[email protected]>
Remove "jobs" property from Linaro workers (#98)

This property is used for `ninja -j<jobs>` and given that we manage the
CPU usage of our machin...

326ed2f585b1858a20cf745159cbd9db59931362 authored 11 months ago by David Spickett <[email protected]>
[lldb] Add libunwind to list of runtimes to build

libunwind is now required to build libcxx and libcxxabi by default.

See llvm-project:8f90e6937a...

fb4bb5fd89bc02da826913cb38d197e73d1e1070 authored 12 months ago by Alex Langford <[email protected]>
[sanitizer] Fix typo rm -> ls

3412f8d9f8978ee759ea0e4b3efec7a49848757d authored 12 months ago by Vitaly Buka <[email protected]>
[sanitizer] Don't delete in llvm-project

e510c5b3188019769c6b4ac91e6ba8680c5edbc9 authored 12 months ago by Vitaly Buka <[email protected]>
[clang-ppc64le-rhel] Also build libunwind (#99)

This should fix the build which started failing after [1],
see for example https://lab.llvm.org...

86629349f9de826f017d2313111fc8d699ea37cb authored 12 months ago by Louis Dionne <[email protected]>
[sanitizer] Enabled libunwind on bot

libc++ use it by default.

54539985d63e14210d9223fc419057af37a22c7b authored 12 months ago by Vitaly Buka <[email protected]>
Reapply "Disabled libunwind, #96 was not enough" (#97)

llvm/llvm-project#77689 is not a fix.

This reverts commit 8202ffdd47b2197057cfa14c8f2153a20d3...

c4d9a5bf4f520116b1f0dc71d1a69b3f6c00e5ab authored 12 months ago by Vitaly Buka <[email protected]>
Revert "Disabled libunwind, #96 was not enough"

Looks like llvm/llvm-project#77689 fixed the issue.

This reverts commit 23cd70e66807ccdb8e75512...

8202ffdd47b2197057cfa14c8f2153a20d3ddf37 authored 12 months ago by Vitaly Buka <[email protected]>
Disabled libunwind, #96 was not enough

llvm/llvm-project#77687 enabled libunwind, but
not all tests pass with sanitizers.

So disabl...

23cd70e66807ccdb8e75512f4f42d4d38885cec6 authored 12 months ago by Vitaly Buka <[email protected]>
[sanitizers] Ensure we build LLVM's libunwind with the sanitizers (#96)

See https://github.com/llvm/llvm-project/pull/77687 for more details.

10993ce862dd5518c86e55d659194f865ffc5447 authored 12 months ago by Louis Dionne <[email protected]>
[OpenMP] Adds another AMDGPU OpenMP bot (#94)

This adds a sanity-check bot to the AMDGPU OpenMP Offloading bot
infrastructure. It is a copy o...

bb8533b96a2cb8d05d58222009fb22e6cb8616d4 authored 12 months ago by Jan Patrick Lehr <[email protected]>
[Flang] Add check-flang to AMDGPU/OpenMP Offload Bot (#93)

a52fe065b04c4e142aad91483889557240d722d7 authored 12 months ago by Jan Patrick Lehr <[email protected]>
[LibC][AMDGPU] Enable 8-way parallel AMDGPU tests (#92)

This enables an actual 8-way parallel testing of libc for GPU on AMDGPU.
We limit the number of...

198cb00281ab0e3bbd3cda4953c329cdcd182601 authored 12 months ago by Jan Patrick Lehr <[email protected]>
[OpenMP][Flang] Adds experimental OpenMP bot (#87)

This bot adds clang and flang frontends to the OpenMP runtime on
AMDGPUs. Given the current sta...

27c0077c3adaa8eb0a1f252c7dc1415d0db42bfe authored 12 months ago by Jan Patrick Lehr <[email protected]>
[sanitizer] Workaround for unittest reverts in buildbot_fast.sh

8a17534ccbfd1bf5e1375dd1045b28a878a48834 authored 12 months ago by Vitaly Buka <[email protected]>
[Fuchsia] Use a separate build directories (#91)

Use a unique build directory for each build to avoid incremental build
correctness issues while...

d5fa2f967d826f0fcae2ca5370661afabed9900c authored 12 months ago by Petr Hosek <[email protected]>
[Fuchsia] Handle BUILDBOT_CLOBBER correctly (#90)

The annotated builder sets BUILDBOT_CLOBBER to empty string when clobber
isn't requested so we ...

c996faaad103f3549db747656a70c5eb2ea16666 authored 12 months ago by Petr Hosek <[email protected]>
[sanitizer] Improve comment

a8bc9270c2c257c829a53381cbeedc261c5a8fec authored 12 months ago by Vitaly Buka <[email protected]>
[sanitizers] Delete unittests executable

This is workaround for reverts like this
https://github.com/llvm/llvm-project/commit/0c23163184...

337310091280bd2e6d42a80dffd96f634694fc50 authored 12 months ago by Vitaly Buka <[email protected]>
Update the 'flang-runtime-cuda-gcc' builder configuration. (#88)

* reduced a number of CUDA target GPUs to speed up the build.
* fixed CUDA code caching.

b9e00634ba71876c01046585f807211ffae21207 authored 12 months ago by Vladimir Vereschaka <[email protected]>
Fixed incorrect parsing of the failed Clang Unit test names (#85)

This is an update for https://github.com/llvm/llvm-zorg/pull/73

The command line with the tes...

c2e2ad68e42fb57dd82f32745035a78bc5fc9caa authored 12 months ago by Dmitry Vasilyev <[email protected]>
Record the new version of 'buildbot-cpp20' deployment

5f464b205c00ccf03e54794d7850eb6263c20e53 authored 12 months ago by Ilya Biryukov <[email protected]>
Upgrade to Clang 17.0.6 in the C++20 buildbot (#80)

We need this upgrade to roll forward fixes to C++20 support in Clang itself.

For more context...

859a8f80ab6d91d527fd7fb4eb746d69269bb2e9 authored 12 months ago by Ilya Biryukov <[email protected]>
[libc][AMDGPU] Enable parallel tests for libc on AMDGPU (#86)

It appears that https://github.com/llvm/llvm-project/pull/70695 fixed an
issue that prevented l...

2fe81806e2633d22da4bd681122b84c4c1f62a42 authored 12 months ago by Jan Patrick Lehr <[email protected]>
Update the builder configurations on as-builder-4(-rel) worker hosts. (#84)

* reduce a build path for the builders to avoid failures for the unix
socket related tests (the ...

9466866fe7f130c70797cc04583348a1edebb902 authored about 1 year ago by Vladimir Vereschaka <[email protected]>
Disable few tests with exceptions on aarch64

After https://github.com/llvm/llvm-project/pull/73262
these tests are broken on
https://lab.ll...

cd9910eac60cc47b376a7aae28b4749530927e94 authored about 1 year ago by Vitaly Buka <[email protected]>
Dockerfile for Fuchsia builders (#82)

This Dockerfile is used to build a Docker image that's used on all
Fuchsia builders. Our infras...

ac40f61be2d6e8e3f3327621dc45261f96ade91d authored about 1 year ago by Petr Hosek <[email protected]>
Update configuration for 'as-builder-4' worker and hosted builders. (#83)

* added the "release" worker for the release builders.
* added ccache for llvm-clang-x86_64-exp...

3b633e8d27305e45248d590a7fc4935837d75c1d authored about 1 year ago by Vladimir Vereschaka <[email protected]>
Build more projects with llvm-x86_64-debian-dylib (#37)

We want to expand the dylib testing to include libclang-cpp.so and also
to build projects like ...

b0f8642285392f49df2957285a45fde7b7712a62 authored about 1 year ago by Tom Stellard <[email protected]>
Made meaningful default params for TestSuiteBuilder.addTestSuiteStep.

a0fd01bc34f7fc556db556451e5859ae7959d6a3 authored about 1 year ago by Galina Kistanova <[email protected]>
Remove sivachandra and add ndesaulniers in libc notification list (#79)

Sivachandra has moved on from the libc project and ndesaulniers has
joined. This patch ensures ...

1a396d13d82f20fd2cca8cb47612e71b58d87d4a authored about 1 year ago by michaelrj-google <[email protected]>
Enable ccache for LLVM in fuchsia builder (#78)

Enable ccache when building LLVM in the annotated builder fuchsia-linux

fb8c152a22a0cf00c13dad84e03b9e26f3d8ba49 authored about 1 year ago by trevtt <[email protected]>
Change fuchsia annotated builder to use getcwd() instead of "." (#76)

This change fixes the fuchsia annotated builder to work in a Docker
container.

eda52c4cc3ab9cd3e7b273ed1da6c6d649c82a9f authored about 1 year ago by trevtt <[email protected]>
FuchsiaBuilder has been removed, so remove the remaining imports.

6330f19552c997e2a0f6dec1ea1b6e7d402ed5fa authored about 1 year ago by Galina Kistanova <[email protected]>
[NFC] Fixed typo in a comment.

e2d0810d5f24590c65e40798b53c8c26e13f1c8c authored about 1 year ago by Galina Kistanova <[email protected]>
[BOLT] Align bolt-aarch64-ubuntu-clang with bolt-x86_64-ubuntu-clang (#74)

e7870dc5a8e0f8a6e47a53eab0afa26e8855ecdd authored about 1 year ago by Amir Ayupov <[email protected]>
Use annotation protocol for the Fuchsia builder (#72)

This streamlines development as we can deploy changes without having to
restart the Buildbot ma...

1bd0f70457f33674074162f30b6ea7b7ca00edaf authored about 1 year ago by Petr Hosek <[email protected]>
[sanitizer] Templarily disable tests broken by

https://github.com/llvm/llvm-project/pull/72543

c37d176803503fad51252dc60e924790cc923489 authored about 1 year ago by Vitaly Buka <[email protected]>
Replace sccache with ccache for WoA bots (#68)

ccache is now available on Windows on Arm machines and this
patch will enable to use to ccache ...

8842c8c262cce13e48cd8e382fc42693f142512d authored about 1 year ago by Omair Javaid <[email protected]>
Fixed the issue `Unclear buildbot failure email` (#71)

https://github.com/llvm/llvm-zorg/issues/65

Listen to the `header` TTY stream and monitor the...

ea1f5a4de4b1f3322fac7a5391767c431af19379 authored about 1 year ago by Dmitry Vasilyev <[email protected]>
Fixed incorrect parsing of the failed LLVM/Clang Unit test names (#73)

https://github.com/llvm/llvm-zorg/issues/49

0ceb1c5bd1108487821dfec087ed324084aa9243 authored about 1 year ago by Dmitry Vasilyev <[email protected]>
[LibC++][PowerPC] Enable libcxx testing on clang-ppc64le-rhel (#62)

This patch enables the build and test of the libcxx and libcxxabi
runtimes on the clang-ppc64le...

f187d5a95948a266d248e326c373bf8ba8defe23 authored about 1 year ago by Kamau Bridgeman <[email protected]>
Add OpenMP builder for s390x (#67)

ff329ad2df7a5f20d3d250ea52766036b6b748e8 authored about 1 year ago by Ulrich Weigand <[email protected]>
[BOLT] Check processing time and max RSS swings in nfc builder (#70)

20635badd25dae69c5b61a40b85381de3aaf63dd authored about 1 year ago by Amir Ayupov <[email protected]>
[lldb] use libcxx updated name for the unchecked mode

38ec3ca7488ea36ebe57ec1831d08098f8fe9829 authored about 1 year ago by Felipe de Azevedo Piovezan <[email protected]>
[Android] Remove unneeded -stdlib and -I flags for C++ (#66)

A recent Clang driver will assume -stdlib=libc++ automatically for
Android and will also automa...

1e5edadfb6ca5c70895d8f46c659d20d7032059f authored about 1 year ago by Ryan Prichard <[email protected]>
[botconfig][clangd] Upgrade system packages when building a new image (#63)

e459b04fa70d7201e3ae56d05a7b14012d2671ff authored about 1 year ago by kadir çetinkaya <[email protected]>
[terraform][clangd] Decrease memory req/limit for clangd (#64)

35de4bdcf415a80f4a5c72e390bcaf19b89493c0 authored about 1 year ago by kadir çetinkaya <[email protected]>
[BOLT] Switch to lld linker in bolt-aarch64-ubuntu-clang builder

Workaround issue #70771

bdd9af205629ec24c7bedacfa4a96cbab4908359 authored about 1 year ago by Amir Aupov <[email protected]>
Add notification for Jeremy Morse for llvm-new-debug-iterators builder. (#61)

c439935752413c503d462bbdf5ceba08b83a97b8 authored about 1 year ago by dyung <[email protected]>
[BOLT] Build lld to avoid test breakage (#60)

f1212ec836c6d5bf04874b8f35fdfaf0e3c96571 authored about 1 year ago by Amir Ayupov <[email protected]>
Enable clean step for AVX512 windows buildbot job (#59)

Signed-off-by: Xiaodong Li <[email protected]>

e487de4ad6a657864a3ad3022d42780f4102556c authored about 1 year ago by Xiaodong, Li <[email protected]>
[lldb] Set LIBCXX_HARDENING_MODE to unchecked

3d4537d8e5da62e7715bc1e2e68ddc4f6eb75145 authored about 1 year ago by Jonas Devlieghere <[email protected]>
Make builder llvm-new-debug-iterators do clean builds. (#57)

Set option to have the build bot do clean builds.

4bc450165fa9fcef26adca5a80f4d97b9d6babc3 authored about 1 year ago by dyung <[email protected]>