about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/llvm
diff options
context:
space:
mode:
authorManuel Drehwald <git@manuel.drehwald.info>2025-04-12 00:50:41 -0400
committerManuel Drehwald <git@manuel.drehwald.info>2025-04-12 01:36:44 -0400
commit75f86e6e2e07c40825e5c7e2f63537efff74a207 (patch)
tree858fb7e8db864b68ab378b2440c23a61253efe9e /compiler/rustc_codegen_llvm/src/llvm
parente643f59f6da3a84f43e75dea99afaa5b041ea6bf (diff)
downloadrust-75f86e6e2e07c40825e5c7e2f63537efff74a207.tar.gz
rust-75f86e6e2e07c40825e5c7e2f63537efff74a207.zip
fix LooseTypes flag and PrintMod behaviour, add debug helper
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/llvm')
-rw-r--r--compiler/rustc_codegen_llvm/src/llvm/ffi.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler/rustc_codegen_llvm/src/llvm/ffi.rs b/compiler/rustc_codegen_llvm/src/llvm/ffi.rs
index 9ff04f72903..ffb490dcdc2 100644
--- a/compiler/rustc_codegen_llvm/src/llvm/ffi.rs
+++ b/compiler/rustc_codegen_llvm/src/llvm/ffi.rs
@@ -2454,6 +2454,9 @@ unsafe extern "C" {
         DisableSimplifyLibCalls: bool,
         EmitLifetimeMarkers: bool,
         RunEnzyme: bool,
+        PrintBeforeEnzyme: bool,
+        PrintAfterEnzyme: bool,
+        PrintPasses: bool,
         SanitizerOptions: Option<&SanitizerOptions>,
         PGOGenPath: *const c_char,
         PGOUsePath: *const c_char,