[PATCH] D124354: [lld/mac] Revert libcompiler_rt.dylib version check change

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 24 18:11:45 PDT 2022


thakis created this revision.
thakis added a reviewer: bc-lee.
Herald added projects: lld-macho, All.
Herald added a reviewer: lld-macho.
thakis requested review of this revision.

This reverts D117925 <https://reviews.llvm.org/D117925> since it's no longer needed after D124336 <https://reviews.llvm.org/D124336>.


https://reviews.llvm.org/D124354

Files:
  lld/MachO/InputFiles.cpp


Index: lld/MachO/InputFiles.cpp
===================================================================
--- lld/MachO/InputFiles.cpp
+++ lld/MachO/InputFiles.cpp
@@ -1292,8 +1292,7 @@
 constexpr std::array<StringRef, 4> skipPlatformChecks{
     "/usr/lib/system/libsystem_kernel.dylib",
     "/usr/lib/system/libsystem_platform.dylib",
-    "/usr/lib/system/libsystem_pthread.dylib",
-    "/usr/lib/system/libcompiler_rt.dylib"};
+    "/usr/lib/system/libsystem_pthread.dylib"};
 
 static bool skipPlatformCheckForCatalyst(const InterfaceFile &interface,
                                          bool explicitlyLinked) {


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124354.424804.patch
Type: text/x-patch
Size: 618 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220425/223ac682/attachment.bin>


More information about the llvm-commits mailing list