| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2016-01-21 | etc: Remove old mklldef.py script | Alex Crichton | -25/+0 | |
| The compiler has since gained better support for this, so the script is no longer necessary | ||||
| 2015-05-19 | mk: Generate a .def file for rustc_llvm on MSVC | Alex Crichton | -0/+25 | |
| Windows needs explicit exports of functions from DLLs but LLVM does not mention any of its symbols as being export-able from a DLL. The compiler, however, relies on being able to use LLVM symbols across DLL boundaries so we need to force many of LLVM's symbols to be exported from `rustc_llvm.dll`. This commit adds support for generation of a `rustc_llvm.def` file which is passed along to the linker when generating `rustc_llvm.dll` which should keep all these symbols exportable and usable. | ||||
