| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-01-12 | Revert "Auto merge of #113923 - DianQK:restore-no-builtins-lto, r=pnkfelix" | DianQK | -31/+0 | |
| This reverts commit 8c2b57721728233e074db69d93517614de338055, reversing changes made to 9cf18e98f82d85fa41141391d54485b8747da46f. | ||||
| 2023-10-17 | Update tests/run-make/wasm-builtins-import/main.rs | Felix S Klock II | -1/+2 | |
| placate tidy (hopefully) | ||||
| 2023-10-17 | Update tests/run-make/wasm-builtins-import/main.rs | Felix S Klock II | -1/+1 | |
| clarify seemingly circular reference | ||||
| 2023-10-16 | Add `PreservedSymbols` from LLVM to LTO. | DianQK | -0/+30 | |
| When building with LTO, builtin functions that are defined but whose calls have not been inserted yet, get internalized. We need to prevent these symbols from being internalized at LTO time. Refer to https://reviews.llvm.org/D49434. | ||||
