2013-04-26 Geoff Pike <gpike@chromium.org>
[deliverable/binutils-gdb.git] / gold / gold.cc
index d26dc2e6f5eaea5772ddb96ebadcc319d57b21d3..4de9289b4d6a57f9eb2aec067ca15467650f96c6 100644 (file)
@@ -874,6 +874,9 @@ queue_final_tasks(const General_options& options,
       final_blocker = new_final_blocker;
     }
 
+  // Create tasks for tree-style build ID computation, if necessary.
+  final_blocker = layout->queue_build_id_tasks(workqueue, final_blocker, of);
+
   // Queue a task to close the output file.  This will be blocked by
   // FINAL_BLOCKER.
   workqueue->queue(new Task_function(new Close_task_runner(&options, layout,
This page took 0.022615 seconds and 4 git commands to generate.