serialize viaIR setting (#1655)

This commit is contained in:
Roman Krasiuk 2022-09-04 20:55:57 +03:00 committed by GitHub
parent 5aac82a3d7
commit 083054d4fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -947,6 +947,8 @@ pub struct MetadataSettings {
/// since metadata is per file
#[serde(default)]
pub libraries: BTreeMap<String, String>,
#[serde(rename = "viaIR")]
pub via_ir: bool,
}
/// Compilation source files/source units, keys are file names