Move llvm_target_features back to llvm_util

This commit is contained in:
bjorn3
2018-06-23 17:22:35 +02:00
parent 679743646e
commit c7c534fa0e
4 changed files with 118 additions and 133 deletions

View File

@@ -44,7 +44,6 @@ pub mod link;
pub mod codegen_backend;
pub mod symbol_names;
pub mod symbol_names_test;
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