mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-18 01:46:40 +00:00

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