[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:17:57 PST 2018


aprantl added a comment.

> - removed the upgrade test, as the bitcode format doesn't actually change now

Oh I see. Yes, a round-trip test (llvm-as | llvm-dis | llvm-as | llvm-dis) in lib/IR would be enough now.


https://reviews.llvm.org/D42734





More information about the llvm-commits mailing list