diff options
| author | Manuel Drehwald <git@manuel.drehwald.info> | 2025-02-07 22:27:46 -0500 |
|---|---|---|
| committer | Manuel Drehwald <git@manuel.drehwald.info> | 2025-02-07 22:27:46 -0500 |
| commit | 21d096184e3c7e05646ee756a2ff6a99e90aff77 (patch) | |
| tree | 1283233efc1afd123c360e1d41dc81574ad5dd90 /compiler/rustc_codegen_llvm/src/llvm/ffi.rs | |
| parent | a6e55271fbc27bc605ba08c5f4e7b64719909ab0 (diff) | |
| download | rust-21d096184e3c7e05646ee756a2ff6a99e90aff77.tar.gz rust-21d096184e3c7e05646ee756a2ff6a99e90aff77.zip | |
fix non-enzyme builds
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/llvm/ffi.rs')
| -rw-r--r-- | compiler/rustc_codegen_llvm/src/llvm/ffi.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_codegen_llvm/src/llvm/ffi.rs b/compiler/rustc_codegen_llvm/src/llvm/ffi.rs index cc7c5231aca..f2af400ce38 100644 --- a/compiler/rustc_codegen_llvm/src/llvm/ffi.rs +++ b/compiler/rustc_codegen_llvm/src/llvm/ffi.rs @@ -2346,6 +2346,7 @@ unsafe extern "C" { LoopVectorize: bool, DisableSimplifyLibCalls: bool, EmitLifetimeMarkers: bool, + RunEnzyme: bool, SanitizerOptions: Option<&SanitizerOptions>, PGOGenPath: *const c_char, PGOUsePath: *const c_char, |
