This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit c49fce8
committed
Auto merge of rust-lang#137736 - bjorn3:compiler_builtins_export_fix, r=<try>
Don't attempt to export compiler-builtins symbols from rust dylibs
They are marked with hidden visibility to prevent them from getting exported, so we shouldn't ask the linker to export them anyway. The only thing that does it cause a warning on macOS.
Part of rust-lang#136096
cc `@jyn514`
try-job: dist-aarch64-msvc1 file changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1782 | 1782 | | |
1783 | 1783 | | |
1784 | 1784 | | |
1785 | | - | |
| 1785 | + | |
| 1786 | + | |
| 1787 | + | |
| 1788 | + | |
1786 | 1789 | | |
1787 | 1790 | | |
1788 | 1791 | | |
| |||
1821 | 1824 | | |
1822 | 1825 | | |
1823 | 1826 | | |
1824 | | - | |
| 1827 | + | |
| 1828 | + | |
| 1829 | + | |
1825 | 1830 | | |
1826 | 1831 | | |
1827 | 1832 | | |
| |||
0 commit comments