[PATCH] D42734: [DebugInfo] Improvements to representation of enumeration types (PR36168)
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 2 08:45:50 PST 2018
aprantl accepted this revision.
aprantl added a comment.
This revision is now accepted and ready to land.
Looks good with one outstanding change applied. Please wait for @dblaikie to sign off, too, before landing this.
================
Comment at: test/Bitcode/enum-round-trip.ll:1
+; Round-trip test for the following program:
+; ```
----------------
Please rename this file to `test/Assembler/DIEnumerator.ll`
https://reviews.llvm.org/D42734
More information about the llvm-commits
mailing list