about summary refs log tree commit diff
path: root/src/test/debuginfo/unique-enum-legacy.rs
AgeCommit message (Collapse)AuthorLines
2020-01-07Remove legacy debuginfo testsNikita Popov-88/+0
These are no longer relevant, as our minimum supported version is LLVM 7.
2018-12-25Remove licensesMark Rousskov-10/+0
2018-10-30Add legacy debuginfo testsTom Tromey-0/+98
The enum debuginfo patch includes a legacy mode that is used when building against LLVM 5 and LLVM 6. The main enum debuginfo tests have been updated to rely on the new approach and a new-enough gdb. This patch makes a copy of these tests so that the fallback mode will continue to be tested. Note that nil-enum.rs is not copied; it seemed not to provide enough value to bother. A new header directive is added, "ignore-llvm-version". I will send a patch to update the rustc documentation once this lands.