-
Notifications
You must be signed in to change notification settings - Fork 13.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add mir building test directory #101428
Add mir building test directory #101428
Conversation
Some changes occurred to MIR optimizations cc @rust-lang/wg-mir-opt |
I thought we were already dumping right after mir building (although with a weird name) |
Yeah, |
There is the |
This is the one I meant. |
@rustbot author |
☔ The latest upstream changes (presumably #98588) made this pull request unmergeable. Please resolve the merge conflicts. |
Gonna wait on #102340 before fixing this |
433b557
to
4ef5637
Compare
Rebased, made changes, and updated top comment of PR. @rustbot ready |
4ef5637
to
e5c195a
Compare
e5c195a
to
51b0363
Compare
@bors r+ |
Add mir building test directory The first commit renames `mir-map.0` mir dumps to `built.after` dumps. I am happy to drop this commit if someone can explain the origin of the name. The second commit moves a bunch of mir building tests into their own directory. I did my best to make sure that all of these tests are actually testing mir building, and not just incidentally using `built.after` r? `@oli-obk`
Rollup of 8 pull requests Successful merges: - rust-lang#97971 (Enable varargs support for calling conventions other than C or cdecl ) - rust-lang#101428 (Add mir building test directory) - rust-lang#101944 (rustdoc: clean up `#toggle-all-docs`) - rust-lang#102101 (check lld version to choose correct option to disable multi-threading in tests) - rust-lang#102689 (Add a tier 3 target for the Sony PlayStation 1) - rust-lang#103746 (rustdoc: add support for incoherent impls on structs and traits) - rust-lang#103758 (Add regression test for reexports in search results) - rust-lang#103764 (All verbosity checks in `PrettyPrinter` now go through `PrettyPrinter::should_print_verbose`) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
The first commit renames
mir-map.0
mir dumps tobuilt.after
dumps. I am happy to drop this commit if someone can explain the origin of the name.The second commit moves a bunch of mir building tests into their own directory. I did my best to make sure that all of these tests are actually testing mir building, and not just incidentally using
built.after
r? @oli-obk