zig/cmake
Frank Denis 99c5d2d590 Print the llvm-config path on configuration error
This is helpful on systems with multiple LLVM installations.

For example, OpenBSD ships with LLVM in the base system, but without
support for extra targets.

A full LLVM version can be installed using the ports system, but even
when it is, `cmake` is not going to pick it up unless `/usr/local` is
explicitly added to the `cmake` search paths.

Having the full `llvm-config` path printed on error is helpful to
understand that the detected LLVM version was not the expected one.
2020-09-26 17:10:33 +02:00
..
Findclang.cmake Fixing dylib search path 2020-09-01 13:53:12 -04:00
Findlld.cmake Fix paths to find llvm/clang on DragonFly 2020-04-07 17:13:33 +02:00
Findllvm.cmake Print the llvm-config path on configuration error 2020-09-26 17:10:33 +02:00
c_flag_overrides.cmake msvc: reduce inlining aggressivity to workaround a codegen bug in cl.exe cf. #3024 2019-10-16 19:04:50 -04:00
cxx_flag_overrides.cmake msvc: reduce inlining aggressivity to workaround a codegen bug in cl.exe cf. #3024 2019-10-16 19:04:50 -04:00
install.cmake rename libuserland to libstage2 2020-02-16 19:16:08 -05:00