Output LLVM optimization remark kind in -Cremark
output
This commit is contained in:
parent
6f8c0557e0
commit
00ac29d7b2
4 changed files with 13 additions and 2 deletions
|
@ -195,6 +195,7 @@ pub(crate) struct FromLlvmOptimizationDiag<'a> {
|
|||
pub line: std::ffi::c_uint,
|
||||
pub column: std::ffi::c_uint,
|
||||
pub pass_name: &'a str,
|
||||
pub kind: &'a str,
|
||||
pub message: &'a str,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue