| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-02-11 | use ignore directives for run-make tests | Andy Russell | -4/+2 | |
| This makes the tests easier to read, and makes it possible to tell which tests aren't being run on the host platform. Fixes #56704. | ||||
| 2018-12-25 | Remove licenses | Mark Rousskov | -20/+0 | |
| 2018-07-18 | rustc: Work around an upstream wasm ThinLTO bug | Alex Crichton | -0/+65 | |
| This commit implements a workaround for an [upstream LLVM bug][1] where custom sections were accidentally duplicated amongst codegen units when ThinLTO passes were performed. This is due to the fact that custom sections for wasm are stored as metadata nodes which are automatically imported into modules when ThinLTO happens. The fix here is to forcibly delete the metadata node from imported modules before LLVM has a chance to try to copy it over. [1]: https://bugs.llvm.org/show_bug.cgi?id=38184 | ||||
