zig/cmake
Andrew Kelley 4e9894cfc4 cmake build: allow overriding whether to use llvm-config
Previously, there was an option ZIG_PREFER_LLVM_CONFIG which would
override the default of not using llvm-config when cross compiling.

That option is now removed in favor of the more powerful
ZIG_USE_LLVM_CONFIG which defaults to OFF for cross compiling and ON for
native compilation. The option overrides the default.

This will be used in zig-bootstrap to improve support for native builds.
2021-03-13 14:30:56 -07: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
Findclang.cmake Merge remote-tracking branch 'origin/master' into llvm11 2020-09-03 23:52:19 -07:00
Findlld.cmake update LLVM 10 version numbers to 11 2020-07-24 16:49:43 -07:00
Findllvm.cmake cmake build: allow overriding whether to use llvm-config 2021-03-13 14:30:56 -07:00
install.cmake rename libuserland to libstage2 2020-02-16 19:16:08 -05:00