[PATCH] D100650: [lld-macho] Initial groundwork for -bitcode_bundle
Jez Ng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 16 07:57:26 PDT 2021
int3 created this revision.
int3 added a reviewer: lld-macho.
Herald added subscribers: dang, mgorny.
Herald added a project: lld-macho.
int3 requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
This diff creates an empty XAR file and copies it into
`__LLVM,__bundle`. Follow-up work will actually populate the contents of
that XAR.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D100650
Files:
lld/MachO/Config.h
lld/MachO/Driver.cpp
lld/MachO/InputSection.h
lld/MachO/Options.td
lld/MachO/OutputSection.h
lld/MachO/OutputSegment.h
lld/MachO/SyntheticSections.cpp
lld/MachO/SyntheticSections.h
lld/MachO/Writer.cpp
lld/test/MachO/bitcode-bundle.ll
lld/test/lit.cfg.py
lld/test/lit.site.cfg.py.in
lld/tools/lld/CMakeLists.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100650.338119.patch
Type: text/x-patch
Size: 9483 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210416/c55cfea5/attachment-0001.bin>
More information about the llvm-commits
mailing list