This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 652e47b
authored
Unrolled build for rust-lang#131524
Rollup merge of rust-lang#131524 - Zalathar:less-thinlto-magic, r=jieyouxu
compiletest: Remove the magic hacks for finding output with `lto=thin`
This hack was intended to handle the case where `-Clto=thin` causes the compiler to emit multiple output files (when producing LLVM-IR or assembly).
The hack only affects 4 tests, of which 3 are just meta-tests for the hack itself. The one remaining test that motivated the hack currently doesn't even need it!
(`tests/codegen/issues/issue-81408-dllimport-thinlto-windows.rs`)File tree
6 files changed
+6
-78
lines changed- src/tools/compiletest/src
- tests
- assembly
- codegen
- coverage
6 files changed
+6
-78
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1780 | 1780 | | |
1781 | 1781 | | |
1782 | 1782 | | |
1783 | | - | |
1784 | | - | |
1785 | | - | |
1786 | | - | |
1787 | | - | |
1788 | | - | |
1789 | | - | |
1790 | | - | |
1791 | | - | |
1792 | | - | |
1793 | | - | |
1794 | | - | |
1795 | | - | |
1796 | | - | |
1797 | | - | |
1798 | | - | |
1799 | | - | |
1800 | | - | |
1801 | | - | |
1802 | | - | |
1803 | | - | |
1804 | | - | |
1805 | | - | |
1806 | | - | |
1807 | | - | |
1808 | | - | |
1809 | | - | |
1810 | | - | |
1811 | | - | |
1812 | | - | |
1813 | | - | |
1814 | | - | |
1815 | | - | |
1816 | | - | |
1817 | | - | |
1818 | | - | |
1819 | | - | |
1820 | | - | |
1821 | | - | |
1822 | | - | |
1823 | | - | |
1824 | | - | |
1825 | | - | |
1826 | | - | |
1827 | 1783 | | |
1828 | 1784 | | |
1829 | 1785 | | |
1830 | | - | |
| 1786 | + | |
1831 | 1787 | | |
1832 | 1788 | | |
1833 | 1789 | | |
1834 | | - | |
| 1790 | + | |
1835 | 1791 | | |
1836 | 1792 | | |
1837 | 1793 | | |
1838 | 1794 | | |
1839 | 1795 | | |
1840 | 1796 | | |
1841 | 1797 | | |
1842 | | - | |
1843 | 1798 | | |
1844 | 1799 | | |
1845 | 1800 | | |
1846 | 1801 | | |
1847 | | - | |
| 1802 | + | |
| 1803 | + | |
| 1804 | + | |
1848 | 1805 | | |
1849 | 1806 | | |
1850 | 1807 | | |
| |||
1867 | 1824 | | |
1868 | 1825 | | |
1869 | 1826 | | |
1870 | | - | |
| 1827 | + | |
1871 | 1828 | | |
1872 | 1829 | | |
1873 | 1830 | | |
1874 | 1831 | | |
1875 | 1832 | | |
1876 | 1833 | | |
1877 | 1834 | | |
1878 | | - | |
1879 | 1835 | | |
1880 | 1836 | | |
1881 | 1837 | | |
| |||
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments