From 5e63baae8d2dbe4dd523ec9f67d90080686c43ae Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Wed, 9 Jun 2021 14:38:27 -0700 Subject: CLI: remove --verbose-ast and --verbose-tokenize closes #9034 These options were listed under the "Debug Options (Zig Compiler Development)" heading. Anything in this section should be considered unstable and can be modified at any time at any developer's discretion. --- src/libtsan.zig | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/libtsan.zig') diff --git a/src/libtsan.zig b/src/libtsan.zig index d126d7313a..a4b651d648 100644 --- a/src/libtsan.zig +++ b/src/libtsan.zig @@ -222,9 +222,7 @@ pub fn buildTsan(comp: *Compilation) !void { .c_source_files = c_source_files.items, .verbose_cc = comp.verbose_cc, .verbose_link = comp.bin_file.options.verbose_link, - .verbose_tokenize = comp.verbose_tokenize, - .verbose_ast = comp.verbose_ast, - .verbose_ir = comp.verbose_ir, + .verbose_air = comp.verbose_air, .verbose_llvm_ir = comp.verbose_llvm_ir, .verbose_cimport = comp.verbose_cimport, .verbose_llvm_cpu_features = comp.verbose_llvm_cpu_features, -- cgit v1.2.3