sotn-decomp/bin
Luciano Ciccariello 151346d62c
Update clang-format as self-contained binary (#1257)
Version 18.1.6 pulled from
https://github.com/xeeynamo/sotn-decomp/releases and compiled with the
following:

```Dockerfile
FROM alpine:latest
RUN apk add --no-cache \
    build-base \
    cmake \
    git \
    ninja \
    libstdc++ \
    zlib-dev \
    python3
ENV LLVM_VERSION=llvmorg-18.1.6
RUN mkdir -p /opt/llvm \
    && cd /opt/llvm \
    && git clone --depth=1 --branch $LLVM_VERSION https://github.com/llvm/llvm-project.git \
    && mkdir -p llvm-project/build \
    && cd llvm-project/build \
    && cmake -G Ninja \
        -DLLVM_ENABLE_PROJECTS=clang \
        -DCMAKE_BUILD_TYPE=Release \
        -DCMAKE_CXX_FLAGS="-static-libstdc++ -static-libgcc" \
        -DCMAKE_EXE_LINKER_FLAGS="-static" \
        -DLLVM_ENABLE_RTTI=ON \
        ../llvm \
    && ninja clang-format \
    && strip bin/clang-format
FROM scratch
COPY --from=0 /opt/llvm/llvm-project/build/bin/clang-format /clang-format
ENTRYPOINT ["/usr/local/bin/clang-format"]
```
`docker build --output . .`

Original source code:
https://github.com/llvm/llvm-project/tree/llvmorg-18.1.6
commit: `1118c2e05e67a36ed8ca250524525cdb66a55256`
2024-06-04 21:07:50 +01:00
..
.gitignore Add TT_000 overlay from PSP (#1113) 2024-04-21 02:18:10 +01:00
cc1-psx-26.tar.gz.sha256 Rewrite Saturn make rules (#660) 2023-10-03 21:42:08 +01:00
clang-format.tar.gz.sha256 Update clang-format as self-contained binary (#1257) 2024-06-04 21:07:50 +01:00
cygnus-2.7-96Q3-bin.tar.gz.sha256 Rewrite Saturn make rules (#660) 2023-10-03 21:42:08 +01:00
mwccpsp_219.tar.gz.sha256 TT_000 PSP func_801713C8 (#1143) 2024-05-18 13:09:03 -07:00
wibo.sha256 Add TT_000 overlay from PSP (#1113) 2024-04-21 02:18:10 +01:00