diff options
| author | root <aszenz@gmail.com> | 2020-06-16 17:36:04 +0000 |
|---|---|---|
| committer | root <aszenz@gmail.com> | 2020-06-16 17:36:04 +0000 |
| commit | 4506a358ca4be0b3f7a1f320a677168d964ca9f7 (patch) | |
| tree | 7d24b77270ff0b3a0d050bcd1f78edb0a01fbe9f /src/rustllvm/PassWrapper.cpp | |
| parent | e32db8458457849f5d894ffa4a1672b9071708f0 (diff) | |
| download | rust-4506a358ca4be0b3f7a1f320a677168d964ca9f7.tar.gz rust-4506a358ca4be0b3f7a1f320a677168d964ca9f7.zip | |
add header for rust specific feature
Diffstat (limited to 'src/rustllvm/PassWrapper.cpp')
| -rw-r--r-- | src/rustllvm/PassWrapper.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/rustllvm/PassWrapper.cpp b/src/rustllvm/PassWrapper.cpp index 7586dd91ab6..47c03069182 100644 --- a/src/rustllvm/PassWrapper.cpp +++ b/src/rustllvm/PassWrapper.cpp @@ -424,8 +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("\n"); - // Rust specific target features + printf("Rust-specific features:\n"); printf(" %-*s - %s.\n", MaxFeatLen, "crt-static", "Enables libraries with C Run-time Libraries(CRT) to be statically linked"); printf("\n"); |
