summaryrefslogtreecommitdiff
path: root/build-bootstrap.sh
diff options
context:
space:
mode:
authorAlexander Hill <ahill@breadpudding.dev>2025-05-02 22:55:13 -0400
committerAlexander Hill <ahill@breadpudding.dev>2025-05-02 22:55:13 -0400
commit1acaf70a129f2e878823c496336244533b537984 (patch)
tree926f95985c7125e9c1926a65d542e385bdb77ab2 /build-bootstrap.sh
parentb393fd1ffd91cfc70698b48fbc95fabe3c3d09f6 (diff)
Updated LLVM and added a vendor string
Diffstat (limited to 'build-bootstrap.sh')
-rwxr-xr-xbuild-bootstrap.sh1
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 \