[llvm] [llvm-ar] Add missing right angle bracket (PR #101364)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 31 10:00:52 PDT 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-llvm-binary-utilities
Author: Linux User (LinuxUserGD)
<details>
<summary>Changes</summary>
See https://github.com/ziglang/zig/issues/17337
---
Full diff: https://github.com/llvm/llvm-project/pull/101364.diff
1 Files Affected:
- (modified) llvm/tools/llvm-ar/llvm-ar.cpp (+1-1)
``````````diff
diff --git a/llvm/tools/llvm-ar/llvm-ar.cpp b/llvm/tools/llvm-ar/llvm-ar.cpp
index 3b842b76d5c87..56e9b112bec7a 100644
--- a/llvm/tools/llvm-ar/llvm-ar.cpp
+++ b/llvm/tools/llvm-ar/llvm-ar.cpp
@@ -130,7 +130,7 @@ static void printArHelp(StringRef ToolName) {
<< "USAGE: " + ToolName +
" [options] [-]<operation>[modifiers] [relpos] "
"[count] <archive> [files]\n"
- << " " + ToolName + " -M [<mri-script]\n\n";
+ << " " + ToolName + " -M [<mri-script>]\n\n";
outs() << ArOptions;
}
``````````
</details>
https://github.com/llvm/llvm-project/pull/101364
More information about the llvm-commits
mailing list