Skip to content

Commit b7cfe2f

Browse files
committed
Use the new --debug flag of abi-cafe
As opposed to patching abi-cafe itself.
1 parent 1ade48f commit b7cfe2f

File tree

2 files changed

+4
-26
lines changed

2 files changed

+4
-26
lines changed

build_system/abi_cafe.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ use crate::{CodegenBackend, SysrootKind, build_sysroot};
66
static ABI_CAFE_REPO: GitRepo = GitRepo::github(
77
"Gankra",
88
"abi-cafe",
9-
"49efdca14e9d48c34e50552d1f620615a87637bb",
10-
"21fed1b4ca4cd439",
9+
"94d38030419eb00a1ba80e5e2b4d763dcee58db4",
10+
"6efb4457893c8670",
1111
"abi-cafe",
1212
);
1313

@@ -46,6 +46,8 @@ pub(crate) fn run(
4646
let mut cmd = ABI_CAFE.run(bootstrap_host_compiler, dirs);
4747
cmd.arg("--");
4848

49+
cmd.arg("--debug");
50+
4951
cmd.arg("--rules").arg(dirs.source_dir.join("scripts/abi-cafe-rules.toml"));
5052

5153
// stdcall, vectorcall and such don't work yet

patches/0002-abi-cafe-Enable-debuginfo.patch

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)