bjorn3
53bbef8305
Remove host and target configuration from config.txt
...
They can still be set using HOST_TRIPLE and TARGET_TRIPLE.
2024-12-18 18:36:05 +00:00
bjorn3
cae568eeb4
Use the compiler returned by build_sysroot for benchmarking
...
Rather than trying to fish it out of the default target location dist/.
This reduces the amount of places where the presence of the dist dir is
hardcoded.
2024-12-18 18:13:59 +00:00
bjorn3
fdca75c263
Refactor and reduce usage of RelPath
2024-11-21 17:51:18 +00:00
bjorn3
1b9645853a
Remove --debug argument of y.sh
...
I rarely need a debug build of cg_clif, and even if I actually need one,
using package overrides in Cargo.toml to only do a debug build for the
rustc_codegen_cranelift crate works much better.
2024-08-10 14:16:53 +00:00
Nicholas Nethercote
ea9f491696
Reformat use declarations.
...
The previous commit updated `rustfmt.toml` appropriately. This commit is
the outcome of running `x fmt --all` with the new formatting options.
2024-07-29 08:26:52 +10:00
bjorn3
ed7d97e4c8
Merge commit ' 3270432f4b' into sync_cg_clif-2024-05-13
2024-05-13 13:26:33 +00:00
bjorn3
f91bd7882f
Merge commit ' fbda869b4e' into sync_cg_clif-2024-04-05
2024-04-05 16:20:23 +00:00
Tamir Duberstein
2753052adf
compiler: always use var_os("RUST_BACKTRACE")
...
There are 3 instances of var(...) and 3 instances of var_os(...); the
latter avoids an appearance of unhandled error, so use it everywhere.
2023-10-06 08:53:23 -04:00
bjorn3
59cabd7032
Merge commit ' 8f9ac9c22d' into sync_cg_clif-2023-08-09
2023-08-09 18:20:12 +00:00
bjorn3
81ea0b29ea
Merge commit ' 8830dccd1d' into sync_cg_clif-2023-06-15
2023-06-15 17:56:01 +00:00