diff options
| author | Alexander Hill <ahill@breadpudding.dev> | 2025-05-02 22:55:13 -0400 |
|---|---|---|
| committer | Alexander Hill <ahill@breadpudding.dev> | 2025-05-02 22:55:13 -0400 |
| commit | 1acaf70a129f2e878823c496336244533b537984 (patch) | |
| tree | 926f95985c7125e9c1926a65d542e385bdb77ab2 /build-bootstrap.sh | |
| parent | b393fd1ffd91cfc70698b48fbc95fabe3c3d09f6 (diff) | |
Updated LLVM and added a vendor string
Diffstat (limited to 'build-bootstrap.sh')
| -rwxr-xr-x | build-bootstrap.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build-bootstrap.sh b/build-bootstrap.sh index b6d2300..dbd329a 100755 --- a/build-bootstrap.sh +++ b/build-bootstrap.sh @@ -327,6 +327,7 @@ cmake -B stage2 -G Ninja -S llvm \ -DCLANG_DEFAULT_CXX_STDLIB=libc++ \ -DCLANG_DEFAULT_RTLIB=compiler-rt \ -DCLANG_DEFAULT_UNWINDLIB=libunwind \ + -DCLANG_VENDOR=Maple \ -DCOMPILER_RT_BUILD_GWP_ASAN=OFF \ -DCOMPILER_RT_USE_BUILTINS_LIBRARY=ON \ -DLIBCXX_CXX_ABI=libcxxabi \ |
