[PATCH] D124354: [lld/mac] Revert libcompiler_rt.dylib version check change
Byoungchan Lee via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Apr 24 18:18:18 PDT 2022
bc-lee added inline comments.
================
Comment at: lld/MachO/InputFiles.cpp:1292
// platform settings.
constexpr std::array<StringRef, 4> skipPlatformChecks{
"/usr/lib/system/libsystem_kernel.dylib",
----------------
Should be 3, not 4.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124354/new/
https://reviews.llvm.org/D124354
More information about the llvm-commits
mailing list