summaryrefslogtreecommitdiffstats
path: root/llvm/test/Assembler/debug-variant-discriminator.ll
Commit message (Collapse)AuthorAgeFilesLines
* Ensure that variant part discriminator is read by MetadataLoaderJonas Devlieghere2018-09-211-0/+14
https://reviews.llvm.org/D42082 introduced variant parts to debug info in LLVM. Subsequent work on the Rust compiler has found a bug in that patch; namely, there is a path in MetadataLoader that fails to restore the discriminator. This patch fixes the bug. Patch by: Tom Tromey Differential revision: https://reviews.llvm.org/D52340 llvm-svn: 342725
OpenPOWER on IntegriCloud