[PATCH] D79228: [lld-macho] Add support for creating and reading reexported dylibs
Jez Ng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 12 08:01:56 PDT 2020
int3 marked 3 inline comments as done.
int3 added inline comments.
================
Comment at: lld/MachO/InputFiles.h:85
+ // Expand special path prefixes like @executable_path/.
+ StringRef expandPath(StringRef path);
};
----------------
smeenai wrote:
> This is unused now, right?
whoops, good catch
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79228/new/
https://reviews.llvm.org/D79228
More information about the llvm-commits
mailing list