提交 c504d26c 编写于 作者: B bjorn3

Move time_graph.rs to rustc/util

上级 c5a6b51e
......@@ -162,6 +162,7 @@ pub mod util {
pub mod ppaux;
pub mod nodemap;
pub mod fs;
pub mod time_graph;
}
// A private module so that macro-expanded idents like
......
......@@ -76,10 +76,10 @@
use rustc::session::{Session, CompileIncomplete};
use rustc::session::config::{OutputFilenames, OutputType, PrintRequest};
use rustc::ty::{self, TyCtxt};
use rustc::util::time_graph;
use rustc::util::nodemap::{FxHashSet, FxHashMap};
use rustc_mir::monomorphize;
use rustc_codegen_utils::codegen_backend::CodegenBackend;
use rustc_codegen_utils::time_graph;
mod diagnostics;
......
......@@ -44,7 +44,6 @@
pub mod codegen_backend;
pub mod symbol_names;
pub mod symbol_names_test;
pub mod time_graph;
pub mod llvm_target_features;
/// check for the #[rustc_error] annotation, which forces an
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册