about summary refs log tree commit diff
path: root/src/test/codegen/enum-debug-clike.rs
AgeCommit message (Collapse)AuthorLines
2019-03-22Correct minimum system LLVM version in testsSamuel Holland-1/+1
Since commit 9452a8dfa3ba, the new debug info format is only generated for LLVM 8 and newer versions. However, the tests still assume that LLVM 7 will use the new debug info format. Fix the tests (and a comment in the code) to match the actual version check.
2019-01-25Rebase to the llvm-project monorepoJosh Stone-1/+4
The new git submodule src/llvm-project is a monorepo replacing src/llvm and src/tools/{clang,lld,lldb}. This also serves as a rebase for these projects to the new 8.x branch from trunk. The src/llvm-emscripten fork is unchanged for now.
2018-12-25Remove licensesMark Rousskov-10/+0
2018-10-30Add more enum debug info testsTom Tromey-0/+35
Rename the previous enum debug info test, and add more tests to cover c-like enums and tagged (ordinary) enums.