upstream rustc_codegen_llvm changes for enzyme/autodiff
This commit is contained in:
@@ -22,8 +22,11 @@ use crate::common::AsCCharPtr;
|
||||
|
||||
pub mod archive_ro;
|
||||
pub mod diagnostic;
|
||||
pub mod enzyme_ffi;
|
||||
mod ffi;
|
||||
|
||||
pub use self::enzyme_ffi::*;
|
||||
|
||||
impl LLVMRustResult {
|
||||
pub fn into_result(self) -> Result<(), ()> {
|
||||
match self {
|
||||
|
||||
Reference in New Issue
Block a user