[PATCH] [lld][mach-o] binary reader and writer
kledzik at apple.com
kledzik at apple.com
Mon Nov 4 18:44:05 PST 2013
================
Comment at: lib/ReaderWriter/MachO/MachONormalizedFileBinaryReader.cpp:72
@@ +71,3 @@
+using llvm::MachO::VM_PROT_WRITE;
+using llvm::MachO::VM_PROT_EXECUTE;
+
----------------
Rui Ueyama wrote:
> Would using namespace llvm::MachO suffice?
Yes. That cleans things up. Now that llvm::MachO is cleaned up to just use the documented names, and lld::mach_o::normalized avoids those names, there are no conflicts, so I can import the whole namespace.
http://llvm-reviews.chandlerc.com/D2101
BRANCH
svn
ARCANIST PROJECT
lld
More information about the llvm-commits
mailing list