[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 11:21:13 PDT 2021


int3 marked an inline comment as done.
int3 added a comment.

> Are there plans for an LLVM LIBXAR?

Not particularly. There are several good reasons to write one though:

1. libxar's interface doesn't allow for *not* writing to disk
2. It doesn't support Windows
3. As mentioned in the other comment, it exposes a rather primitive C interface that is out of place in LLVM's C++

However... I don't think any of the above make it enough of a priority for the people currently working on LLD-MachO. I was actually considering proposing it as a GSoC project, but I see that the deadline for this year has passed. You're welcome to take a stab at it if you want :)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D100650



More information about the llvm-commits mailing list