[all-commits] [llvm/llvm-project] bada5e: [llvm-nm] Fix how inlined dylibs are reported from...
Cyndy Ishida via All-commits
all-commits at lists.llvm.org
Tue Apr 8 20:57:15 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bada5eb00940954eb6852de4098a80f3faf585a0
https://github.com/llvm/llvm-project/commit/bada5eb00940954eb6852de4098a80f3faf585a0
Author: Cyndy Ishida <cyndy_ishida at apple.com>
Date: 2025-04-08 (Tue, 08 Apr 2025)
Changed paths:
M llvm/include/llvm/Object/TapiUniversal.h
M llvm/lib/Object/TapiUniversal.cpp
M llvm/test/tools/llvm-nm/tapi-files.test
Log Message:
-----------
[llvm-nm] Fix how inlined dylibs are reported from tbd files (#134498)
An Inlined library is a dylib that is reexported from an umbrella or
top-level library. When this is encoded in tbd files, ensure we are
reading the symbol table from the inlined library when
`--add-inlinedinfo` is used as opposed to the top-level lib.
resolves: rdar://147767733
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list