mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
tools/update_cpu_features: fix usage()
This commit is contained in:
parent
72404db31f
commit
85eb05e9a8
1 changed files with 1 additions and 1 deletions
|
|
@ -1186,7 +1186,7 @@ fn usageAndExit(file: fs.File, arg0: []const u8, code: u8) noreturn {
|
|||
file.writer().print(
|
||||
\\Usage: {s} /path/to/llvm-tblgen /path/git/llvm-project /path/git/zig
|
||||
\\
|
||||
\\Prints to stdout Zig code which you can use to replace the file src/clang_options_data.zig.
|
||||
\\Updates lib/std/target/<target>.zig from llvm/lib/Target/<Target>/<Target>.td .
|
||||
\\
|
||||
\\On a less beefy system, or when debugging, compile with --single-threaded.
|
||||
\\
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue