Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
shiinamiyuki committed Dec 9, 2023
1 parent b108d9f commit 49d34b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions luisa_compute/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ impl Context {
// Thank you, llvm.
#[cfg(target_os = "linux")]
unsafe {
use std::ptr::null;
luisa_compute_sys::llvm_orc_deregisterEHFrameSectionWrapper(null(), 0);
luisa_compute_sys::llvm_orc_registerEHFrameSectionWrapper(null(), 0);
}
Expand Down

0 comments on commit 49d34b5

Please sign in to comment.