Skip to content

Commit 4506a35

Browse files
committed
add header for rust specific feature
1 parent e32db84 commit 4506a35

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/rustllvm/PassWrapper.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -424,8 +424,7 @@ extern "C" void LLVMRustPrintTargetFeatures(LLVMTargetMachineRef TM) {
424424
printf("Available features for this target:\n");
425425
for (auto &Feature : FeatTable)
426426
printf(" %-*s - %s.\n", MaxFeatLen, Feature.Key, Feature.Desc);
427-
printf("\n");
428-
// Rust specific target features
427+
printf("Rust-specific features:\n");
429428
printf(" %-*s - %s.\n", MaxFeatLen, "crt-static", "Enables libraries with C Run-time Libraries(CRT) to be statically linked");
430429
printf("\n");
431430

0 commit comments

Comments
 (0)