1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
llvm-mirror/tools/llvm-config
Saleem Abdulrasool 8f6040bced llvm-config: do not link absolute paths with -l
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.
2019-12-03 08:54:09 -08:00
..
BuildVariables.inc.in Re-commit: r366610 and r366612: Expand pseudo-components before embedding in llvm-config 2019-07-19 22:46:47 +00:00
CMakeLists.txt llvm-config: do not link absolute paths with -l 2019-12-03 08:54:09 -08:00
llvm-config.cpp Fix llvm-config support for CMake build-mode-style builds 2019-08-16 17:17:45 +00:00