[PATCH] D63185: [llvm-objcopy] [WIP] Librarify llvm-objcopy

Alex Brachet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 13 01:02:44 PDT 2019


abrachet marked an inline comment as done.
abrachet added inline comments.


================
Comment at: llvm/tools/llvm-objcopy/MutableObject/MutableObject.h:7
+#include "llvm/Object/ELFTypes.h"
+#define protected public
+#include "llvm/Object/ObjectFile.h"
----------------
Ignore this, I just wanted access to ObjectFile::base(), it didn't even work and I forgot to remove it. 


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D63185/new/

https://reviews.llvm.org/D63185





More information about the llvm-commits mailing list