Skip to content
  • Mark Zhuang's avatar
    59022f01
    build: add LLVM_GENERATOR switch and default to Ninja · 59022f01
    Mark Zhuang authored
    Add an LLVM_GENERATOR variable to pick the CMake generator for the LLVM
    builds. Default to Ninja, which builds the large LLVM tree faster; set
    LLVM_GENERATOR="Unix Makefiles" to use make instead.
    
    README: add ninja and cmake to the prerequisite install commands for
    Arch Linux, Fedora/CentOS/RHEL, and macOS, as both are required for
    LLVM builds now that Ninja is the default generator.
    59022f01
    build: add LLVM_GENERATOR switch and default to Ninja
    Mark Zhuang authored
    Add an LLVM_GENERATOR variable to pick the CMake generator for the LLVM
    builds. Default to Ninja, which builds the large LLVM tree faster; set
    LLVM_GENERATOR="Unix Makefiles" to use make instead.
    
    README: add ninja and cmake to the prerequisite install commands for
    Arch Linux, Fedora/CentOS/RHEL, and macOS, as both are required for
    LLVM builds now that Ninja is the default generator.
Loading