mirror of
https://github.com/ziglang/zig.git
synced 2026-02-14 13:30:45 +00:00
progress bar: call it "AST Lowering" instead of "AstGen"
This commit is contained in:
parent
c3f637a54c
commit
6fb45807ab
@ -1916,7 +1916,7 @@ pub fn performAllTheWork(self: *Compilation) error{ TimerUnsupported, OutOfMemor
|
||||
// (at least for now) single-threaded main work queue. However, C object compilation
|
||||
// only needs to be finished by the end of this function.
|
||||
|
||||
var zir_prog_node = main_progress_node.start("AstGen", self.astgen_work_queue.count);
|
||||
var zir_prog_node = main_progress_node.start("AST Lowering", self.astgen_work_queue.count);
|
||||
defer zir_prog_node.end();
|
||||
|
||||
var c_obj_prog_node = main_progress_node.start("Compile C Objects", self.c_source_files.len);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user