[PATCH] Partial RelocVisitor support for Darwin

Eric Christopher echristo at gmail.com
Fri Jun 6 15:30:19 PDT 2014


One small inline comment, but nothing for you to deal with. Passes the sniff test, but it needs a testcase?

-eric

================
Comment at: include/llvm/Object/RelocVisitor.h:21
@@ -20,2 +20,3 @@
 #include "llvm/Object/ELFObjectFile.h"
+#include "llvm/Object/MachO.h"
 #include "llvm/Object/ObjectFile.h"
----------------
Boy do we need to unify some of these files...

http://reviews.llvm.org/D4010






More information about the llvm-commits mailing list