about summary refs log tree commit diff
path: root/src/rustllvm/PassWrapper.cpp
diff options
context:
space:
mode:
authorasrar <aszenz@gmail.com>2020-06-17 10:31:46 +0530
committerGitHub <noreply@github.com>2020-06-17 10:31:46 +0530
commitcaffb28ece818ce87f1c7573992cae4210544015 (patch)
tree7d6d503e42444c9501319f10b4056291c55b0b46 /src/rustllvm/PassWrapper.cpp
parent457acbd5a80153fc06bca12663405c175fd9453f (diff)
downloadrust-caffb28ece818ce87f1c7573992cae4210544015.tar.gz
rust-caffb28ece818ce87f1c7573992cae4210544015.zip
add blank line bw sections
Separate target features from rust ones with a blank line

Co-authored-by: Josh Stone <cuviper@gmail.com>
Diffstat (limited to 'src/rustllvm/PassWrapper.cpp')
-rw-r--r--src/rustllvm/PassWrapper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rustllvm/PassWrapper.cpp b/src/rustllvm/PassWrapper.cpp
index 28caf61a019..323bd26c698 100644
--- a/src/rustllvm/PassWrapper.cpp
+++ b/src/rustllvm/PassWrapper.cpp
@@ -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",