[PATCH] D37556: [ARC] Prepare the implementation of relocation for lld

Krzysztof Parzyszek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 11 08:05:10 PDT 2017


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





More information about the llvm-commits mailing list