rust/src/test
Mazdak Farrokhzad 40579d15db
Rollup merge of #67748 - MaskRay:frame-pointer, r=rkruppe
Use function attribute "frame-pointer" instead of "no-frame-pointer-elim"

LLVM 8 ([D56351](http://reviews.llvm.org/D56351)) introduced "frame-pointer". In LLVM 10 (D71863),
"no-frame-pointer-elim"/"no-frame-pointer-elim-non-leaf" will be
ignored.

-----

In the LLVM monorepo, run `git show origin/release/8.x:llvm/lib/CodeGen/TargetOptionsImpl.cpp` to see that `"frame-pointer"` is available since LLVM 8.
2019-12-31 19:19:39 +01:00
..
assembly
auxiliary
codegen Use function attribute "frame-pointer" instead of "no-frame-pointer-elim" 2019-12-30 23:16:02 -08:00
codegen-units Update test output. 2019-10-25 14:52:39 +02:00
compile-fail Fix rebase and sort assoc type list for deterministic output 2019-12-25 11:12:56 -08:00
debuginfo debuginfo: Support for std::collections::Hash* in windows debuggers. 2019-11-20 19:27:42 -08:00
incremental General purpose teest cases contributed by mw. 2019-12-20 04:47:28 +01:00
mir-opt Fix Instance::resolve() incorrectly returning specialized instances 2019-12-27 13:04:32 -05:00
pretty ast_stmt_expr_attr -> pretty & ui tests 2019-12-20 22:53:40 +01:00
run-fail Differentiate todo! and unimplemented! 2019-12-24 13:53:32 +01:00
run-make Fix handling of wasm import modules and names 2019-12-16 14:43:46 -08:00
run-make-fulldeps Remove mem::uninitalized from tests 2019-12-22 21:58:12 -05:00
run-pass-valgrind
rustdoc Show value for consts in the documentation 2019-12-24 10:10:36 +01:00
rustdoc-js
rustdoc-js-std
rustdoc-ui rustdoc: Add test for fixed issue 2019-12-04 01:31:35 +00:00
rustfix
ui Rollup merge of #67744 - Centril:reduce-diversity, r=petrochenkov 2019-12-31 19:19:38 +01:00
ui-fulldeps Rename libsyntax_ext and libsyntax_expand in code 2019-12-30 19:18:17 +03:00
COMPILER_TESTS.md