diff options
| author | Alex Rønne Petersen <alex@alexrp.com> | 2025-08-30 21:00:53 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-30 21:00:53 +0200 |
| commit | 151314346d7c4ed4da13a0a0146e1016c9ca5dd7 (patch) | |
| tree | af691b095926bb24babb267712690a952785453b /src/zig_llvm-ar.cpp | |
| parent | e2fdaea0b351860da5f560cbe0ec8f056b8047fd (diff) | |
| parent | 8896046b11271c5979d590fc3e1aab67d45436e5 (diff) | |
| download | zig-151314346d7c4ed4da13a0a0146e1016c9ca5dd7.tar.gz zig-151314346d7c4ed4da13a0a0146e1016c9ca5dd7.zip | |
Merge pull request #25055 from ziglang/llvm21
LLVM 21
Diffstat (limited to 'src/zig_llvm-ar.cpp')
| -rw-r--r-- | src/zig_llvm-ar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zig_llvm-ar.cpp b/src/zig_llvm-ar.cpp index 7353ca5616..50478e8dda 100644 --- a/src/zig_llvm-ar.cpp +++ b/src/zig_llvm-ar.cpp @@ -130,7 +130,7 @@ MODIFIERS: << "USAGE: " + ToolName + " [options] [-]<operation>[modifiers] [relpos] " "[count] <archive> [files]\n" - << " " + ToolName + " -M [<mri-script]\n\n"; + << " " + ToolName + " -M [< mri-script]\n\n"; outs() << ArOptions; } |
