| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-07-09 | Adjust codegen tests for DISPFlagMainSubprogram | Nikita Popov | -1/+1 | |
| 2019-04-23 | Remove unnecessary ignore-tidy-linelength | varkor | -1/+0 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-07-09 | bump minimum LLVM version to 5.0 | gnzlbg | -4/+0 | |
| 2017-10-16 | Update the codegen/mainsubprogram tests to min-llvm 4.0 | Josh Stone | -4/+3 | |
| The necessary changes were only in upstream LLVM in 4.0, but they were for a while backported to Rust LLVM. Now that Rust LLVM is also 4.0, we can make the test conditional here more accurate. | ||||
| 2017-02-04 | Emit DW_AT_main_subprogram | Tom Tromey | -0/+30 | |
| This changes rustc to emit DW_AT_main_subprogram on the "main" program. This lets gdb suitably stop at the user's main in response to "start" (rather than the library's main, which is what happens currently). Fixes #32620 r? michaelwoerister | ||||
