Add the new description field to Target::to_json, and add descriptions for some MSVC targets
This commit is contained in:
@@ -3252,6 +3252,7 @@ impl ToJson for Target {
|
||||
}
|
||||
|
||||
target_val!(llvm_target);
|
||||
target_val!(description);
|
||||
d.insert("target-pointer-width".to_string(), self.pointer_width.to_string().to_json());
|
||||
target_val!(arch);
|
||||
target_val!(data_layout);
|
||||
|
||||
Reference in New Issue
Block a user