kparzysz added inline comments.
================
Comment at: include/llvm/BinaryFormat/ELF.h:435
+enum : unsigned {
+};
+
----------------
If this doesn't add any flags, it shouldn't be here. Otherwise LGTM.
Repository:
rL LLVM
https://reviews.llvm.org/D37556