rustc_codegen_utils: remove symbol name dumping/checking harness, and mw impl.

This commit is contained in:
Eduard-Mihai Burtescu 2019-04-10 08:33:31 +03:00
parent 6386a31c5b
commit 9cf35bfbe7
8 changed files with 10 additions and 1037 deletions

View file

@ -23,7 +23,3 @@ rustc_target = { path = "../librustc_target" }
rustc_data_structures = { path = "../librustc_data_structures" }
rustc_metadata = { path = "../librustc_metadata" }
rustc_mir = { path = "../librustc_mir" }
[dependencies.std-mangle-rs]
git = "https://github.com/michaelwoerister/std-mangle-rs"
rev = "e884304cfcb2f636db4d59ca8ad8fa95b983281c"