Add rustc option to output LLVM optimization remarks to YAML files

This commit is contained in:
Jakub Beránek
2023-06-25 23:39:02 +02:00
parent 8882507bc7
commit 62728c7aaf
11 changed files with 180 additions and 13 deletions

View File

@@ -2512,6 +2512,7 @@ extern "C" {
remark_all_passes: bool,
remark_passes: *const *const c_char,
remark_passes_len: usize,
remark_file: *const c_char,
);
#[allow(improper_ctypes)]