Skip to content

Commit ad7e8ad

Browse files
committed
Update Cranelift
1 parent c1bf153 commit ad7e8ad

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

Cargo.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/backend.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,7 @@ pub fn make_module(sess: &Session, name: String) -> Module<Backend> {
127127
name + ".o",
128128
ObjectTrapCollection::Disabled,
129129
cranelift_module::default_libcall_names(),
130-
)
131-
.unwrap(),
130+
),
132131
);
133132
module
134133
}

0 commit comments

Comments
 (0)