rust/src/librustc_codegen_utils
bors 7ceebd98c6 Auto merge of #69519 - 12101111:remove-proc-macro-check, r=nagisa
Don't use static crt by default when build proc-macro

Don't check value of `crt-static` when build proc-macro crates, since they are always built dynamically.
For more information, see https://github.com/rust-lang/cargo/issues/7563#issuecomment-591965320
I hope this will fix issues about compiling `proc_macro` crates on musl host without bring more issues.
Fix https://github.com/rust-lang/cargo/issues/7563
2020-03-17 18:27:26 +00:00
..
symbol_names Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
Cargo.toml Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
codegen_backend.rs Split join_codegen_and_link() into two steps 2020-02-04 11:09:50 +11:00
lib.rs Remove unused feature gates from cg_ssa and cg_utils 2020-02-04 19:18:10 +01:00
link.rs Run format. 2020-03-03 16:29:44 +08:00
symbol_names.rs fix various typos 2020-03-06 15:19:31 +01:00
symbol_names_test.rs Remove rustc_hir reexports in rustc::hir. 2020-01-05 12:49:22 +01:00