Merge commit 'e8dca3e87d
' into sync_from_cg_gcc
This commit is contained in:
commit
3fac982e07
41 changed files with 7933 additions and 592 deletions
5
compiler/rustc_codegen_gcc/tests/lang_tests_release.rs
Normal file
5
compiler/rustc_codegen_gcc/tests/lang_tests_release.rs
Normal file
|
@ -0,0 +1,5 @@
|
|||
mod lang_tests_common;
|
||||
|
||||
fn main() {
|
||||
lang_tests_common::main_inner(lang_tests_common::Profile::Release);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue