[PATCH] D97866: [lld-macho] Fix & fold reexport-nested-libs test into stub-link.s

Vy Nguyen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 3 09:19:23 PST 2021


oontvoo added inline comments.


================
Comment at: lld/test/MachO/Inputs/libReexportSystem.tbd:8
   - archs:      [ i386, x86_64 ]
-    re-exports: [ '/usr/lib/libSystem' ]
-    symbols:    [ __crashreporter_info__, _cache_create ]
-
+    re-exports: [ '/usr/lib/libSystem.dylib' ]
+...
----------------
It wasn't able to find the libSystem with `.dylib` (because it was trying to looking for a `.tbd` extension.
I'm curious how your change fixed it 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D97866



More information about the llvm-commits mailing list