[all-commits] [llvm/llvm-project] 4e4e4a: [TextAPI] Track RPaths in the order its provided v...

Cyndy Ishida via All-commits all-commits at lists.llvm.org
Tue Mar 18 22:13:06 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4e4e4a190fb7c74453994935c843b09cc682f4bb
      https://github.com/llvm/llvm-project/commit/4e4e4a190fb7c74453994935c843b09cc682f4bb
  Author: Cyndy Ishida <cyndy_ishida at apple.com>
  Date:   2025-03-18 (Tue, 18 Mar 2025)

  Changed paths:
    M llvm/lib/TextAPI/InterfaceFile.cpp
    M llvm/lib/TextAPI/TextStubV5.cpp
    A llvm/test/tools/llvm-readtapi/compare-rpath-order.test
    M llvm/tools/llvm-readtapi/DiffEngine.cpp

  Log Message:
  -----------
  [TextAPI] Track RPaths in the order its provided via command line. (#131665)

RPaths are basically search paths for how to load dependent libraries.
The order they appear is the order the linker will search, we should
preserve that order in tbd files.

* Additionally add this level of detection to llvm-readtapi.

resolves: rdar://145603347



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