about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorMark Rousskov <mark.simulacrum@gmail.com>2020-08-05 16:17:18 -0400
committerMark Rousskov <mark.simulacrum@gmail.com>2020-11-06 14:32:14 -0500
commit51331e4739ee274ff84e46499fb8641b0d540ca7 (patch)
tree915991bf7ae85559fc51fe699c90d2ae00de2561 /compiler/rustc_codegen_llvm/src
parent7e9a36fa8a4ec06daec581e23f390389e05f25e4 (diff)
downloadrust-51331e4739ee274ff84e46499fb8641b0d540ca7.tar.gz
rust-51331e4739ee274ff84e46499fb8641b0d540ca7.zip
Re-enable debug and LLVM assertions
Historically we've disabled these assertions on a number of platforms with the
goal of speeding up CI. Now, though, having migrated to GitHub actions, CI is
already pretty fast, and these debug assertions do bring us some value.

This does leave in some debug assertions that are performance-related: macOS
currently hovers at just under 2 hours.

There are also some other builders which have debug and LLVM assertions
disabled:

llvm-8, PR builder:

In one view, this builder tests our support for older LLVMs. But in reality, a
lot of our tests already disable themselves on older LLVMs, and I think our
general stance is that we really only support the in-tree LLVM. Plus, we really
want CI times on this builder to be really low, as it's run on *every* PR --
that's a lot of CI time.

test-various:

This disables debug asserts still -- as noted in the Dockerfile, we test code
size, and we need debug asserts off for that to work well.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions