mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-04 04:06:07 +00:00

When dealing with system libraries which are absolute paths, use the absolute path rather than the `-l` option. This ensures that the system library can be properly linked against. This is needed to enable using proper link dependencies in CMake.