[PATCH] D19953: ELF: Do not use -1 to mark pieces of merge sections as being tail merged.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Wed May 4 19:57:47 PDT 2016


ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.

Ah, ok, it's new code. Uses of 0 and -1 are a bit too mysterious. Please define constants for them. With that, LGTM.


http://reviews.llvm.org/D19953





More information about the llvm-commits mailing list