| Age | Commit message (Collapse) | Author | Lines |
|
|
|
Fixes #737
|
|
|
|
|
|
|
|
|
|
128bit atomics are unstable and only enabled on AArch64 and x86_64 macOS.
Cranelift doesn't support 128bit atomics yet.
|
|
|
|
|
|
|
|
* Set `config.opts.trimmed_def_paths` to `GoodPath` to trim def paths in
error messages as expected by the rustc test suite
* Fix `$SRC_DIR` normalization for out of tree compiled standard library
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This allows executing it like cargo clif build if you add it to your
PATH. It also fixes infinite recursion on Windows when invoking it as
Windows includes the current directory in PATH by default.
Fixes #971
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: bjorn3 <bjorn3@users.noreply.github.com>
|
|
|
|
sync_cg_clif-2021-09-19
|
|
|
|
sync_cg_clif-2021-08-06
|
|
sync_cg_clif-2021-07-07
|
|
sync_cg_clif-2021-05-27
|
|
|
|
sync_cg_clif-2021-03-29
|
|
sync_cg_clif-2021-03-05
|
|
sync_cg_clif-2021-02-01
|
|
sync_cg_clif-2020-12-27
|
|
sync_cg_clif-2020-11-27
|
|
|
|
|
|
update_cg_clif-2020-11-01
|
|
|
|
It doesn't detect cg_clif as a rust compiler
Fixes #1091
|
|
|
|
|
|
|
|
|