diff options
| author | Michael Dusan <michael.dusan@gmail.com> | 2021-03-01 01:43:35 -0500 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2021-02-28 22:47:29 -0800 |
| commit | 85eb05e9a8ed0998501535755cdf726552998e54 (patch) | |
| tree | d21283136dba00108731c39b2942296b73a8b837 /tools/update_cpu_features.zig | |
| parent | 72404db31f76635f11d0aa4dcc02c149ef885b3d (diff) | |
| download | zig-85eb05e9a8ed0998501535755cdf726552998e54.tar.gz zig-85eb05e9a8ed0998501535755cdf726552998e54.zip | |
tools/update_cpu_features: fix usage()
Diffstat (limited to 'tools/update_cpu_features.zig')
| -rw-r--r-- | tools/update_cpu_features.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/update_cpu_features.zig b/tools/update_cpu_features.zig index d389afefe4..9f10dda4be 100644 --- a/tools/update_cpu_features.zig +++ b/tools/update_cpu_features.zig @@ -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. \\ |
