add blank line bw sections

Separate target features from rust ones with a blank line

Co-authored-by: Josh Stone <cuviper@gmail.com>
This commit is contained in:
asrar 2020-06-17 10:31:46 +05:30 committed by GitHub
parent 457acbd5a8
commit caffb28ece
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -424,7 +424,7 @@ extern "C" void LLVMRustPrintTargetFeatures(LLVMTargetMachineRef TM) {
printf("Available features for this target:\n");
for (auto &Feature : FeatTable)
printf(" %-*s - %s.\n", MaxFeatLen, Feature.Key, Feature.Desc);
printf("Rust-specific features:\n");
printf("\nRust-specific features:\n");
printf(" %-*s - %s.\n",
MaxFeatLen,
"crt-static",