mirror of
https://github.com/ziglang/zig.git
synced 2024-11-27 07:32:44 +00:00
4e9894cfc4
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. |
||
---|---|---|
.. | ||
c_flag_overrides.cmake | ||
cxx_flag_overrides.cmake | ||
Findclang.cmake | ||
Findlld.cmake | ||
Findllvm.cmake | ||
install.cmake |