- Jul 05, 2023
-
-
Due to 01542cb7 we no longer use the `runClang` function, and no longer need to configure into settings the Clang command. We used to determine options at runtime to pass clang when it was used as an assembler, but now that we configure at configure time we no longer need to.
-
- Apr 11, 2023
-
-
Confusingly, GhcDebugged referred to GhcDebugAssertions.
-
- Oct 17, 2022
-
-
And use it to avoid T21710a failing on non-tntc archs. Fixes #22169
-
- May 17, 2022
-
-
Here we introduce proper support for compilation of C++ objects. This includes: * logic in `configure` to detect the C++ toolchain and propagating this information into the `settings` file * logic in the driver to use the C++ toolchain when compiling C++ sources
-
- Apr 25, 2022
-
-
To ensure that the build benefits from Hadrian's usual logic for building packages, avoiding #21409. Closes #21409.
-