authorgravatar for michael.dusan@gmail.comMichael Dusan <michael.dusan@gmail.com> 2021-03-01 01:43:35-05:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2021-02-28 22:47:29-08:00
log85eb05e9a8ed0998501535755cdf726552998e54
treed21283136dba00108731c39b2942296b73a8b837
parent72404db31f76635f11d0aa4dcc02c149ef885b3d

tools/update_cpu_features: fix usage()


1 files changed, 1 insertions(+), 1 deletions(-)

tools/update_cpu_features.zig+1-1
...@@ -1186,7 +1186,7 @@ fn usageAndExit(file: fs.File, arg0: []const u8, code: u8) noreturn {...@@ -1186,7 +1186,7 @@ fn usageAndExit(file: fs.File, arg0: []const u8, code: u8) noreturn {
1186 file.writer().print(1186 file.writer().print(
1187 \\Usage: {s} /path/to/llvm-tblgen /path/git/llvm-project /path/git/zig1187 \\Usage: {s} /path/to/llvm-tblgen /path/git/llvm-project /path/git/zig
1188 \\1188 \\
1189 \\Prints to stdout Zig code which you can use to replace the file src/clang_options_data.zig.1189 \\Updates lib/std/target/<target>.zig from llvm/lib/Target/<Target>/<Target>.td .
1190 \\1190 \\
1191 \\On a less beefy system, or when debugging, compile with --single-threaded.1191 \\On a less beefy system, or when debugging, compile with --single-threaded.
1192 \\1192 \\