[PATCH] D42734: [DebugInfo] Improvements to representation of enumeration types (PR36168)

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 1 10:05:31 PST 2018


aprantl added a comment.

There should be a bitcode upgrade test in test/Bitcode with a .bc file that contains an old-style enum, and a round-trip test in test/IR that tests the new enums.


https://reviews.llvm.org/D42734





More information about the llvm-commits mailing list