Skip to content

llvm: Add version 17.0.6 #263

Merged
merged 1 commit into from
Jan 18, 2024
Merged

llvm: Add version 17.0.6 #263

merged 1 commit into from
Jan 18, 2024

Commits on Dec 14, 2023

  1. llvm: Add version 17.0.6

    Just altered this with respect to version 16.0.1:
    ```
    cmake \
        -S clang \
        -B build_clang \
        -G Ninja \
        -DCMAKE_INSTALL_PREFIX=$PREFIX \
        -DCMAKE_CXX_COMPILER=/usr/bin/clang++ \
        -DCMAKE_BUILD_TYPE=Release \
    +    -DLLVM_INCLUDE_TESTS=OFF \
        -Wno-dev
    ```
    Without it another program is required.
    niclas committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    9915054 View commit details
    Browse the repository at this point in the history