Skip to content

Commit

Permalink
Move time_graph.rs to rustc/util
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Jul 7, 2018
1 parent c5a6b51 commit c504d26
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/librustc/lib.rs
Expand Up @@ -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
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/librustc_codegen_llvm/lib.rs
Expand Up @@ -76,10 +76,10 @@ use rustc::middle::lang_items::LangItem;
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;

Expand Down
1 change: 0 additions & 1 deletion src/librustc_codegen_utils/lib.rs
Expand Up @@ -44,7 +44,6 @@ pub mod link;
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
Expand Down

0 comments on commit c504d26

Please sign in to comment.