This reorders options between the first and second stage builds to make
them better lined up. The change also re-enables tests for first stage
which is useful e.g. for cross-compiling when we cannot run tests for
second stage directly (i.e. without emulation).
Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang
Event Timeline
cfe/trunk/cmake/caches/Fuchsia-stage2.cmake | ||
---|---|---|
29 ↗ | (On Diff #181677) | Out of curiosity, how come you decided to disable assertions? https://reviews.llvm.org/D41471 said "Release+Asserts is fast enough. No need to let insanity through.", and I do think assertions end up catching a bunch of issues, so I was wondering if the build time penalty became too high. |