Move some functions out of rustc_codegen_llvm and fix metadata_only backend

This commit is contained in:
bjorn3
2018-06-15 19:02:41 +02:00
parent 4f0ca9248f
commit 6ceb1637b2
12 changed files with 265 additions and 139 deletions

View File

@@ -47,6 +47,8 @@ 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
/// error in codegen. This is used to write compile-fail tests