| ... | @@ -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/zig | 1187 | \\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 | \\ |