mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-09 07:08:59 +00:00
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 | ||