[PATCH] D65539: [llvm-objcopy][MachO] Implement a layout algorithm for executables
Seiya Nuta via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 6 04:16:58 PDT 2019
seiya marked an inline comment as done.
seiya added a comment.
Removed "shared libraries support " from the title and description. I noticed that shared libraries support is not sufficient. I'll submit a separate patch for this at some time.
================
Comment at: llvm/tools/llvm-objcopy/MachO/MachOLayoutBuilder.cpp:274
MLC.dysymtab_command_data.nextrel != 0)
return createStringError(llvm::errc::not_supported,
"shared library is not yet supported");
----------------
I mean here.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65539/new/
https://reviews.llvm.org/D65539
More information about the llvm-commits
mailing list