1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01: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
CMakeLists.txt llvm-config: do not link absolute paths with -l 2019-12-03 08:54:09 -08:00
llvm-config.cpp