Skip to content

Commit

Permalink
add use_builtins_library
Browse files Browse the repository at this point in the history
  • Loading branch information
fw-immunant committed Oct 23, 2024
1 parent 69d41c1 commit 98b848e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cross-build-rtlibs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ cmake -GNinja -DLLVM_TARGETS_TO_BUILD="AArch64" -DLLVM_DEFAULT_TARGET_TRIPLE="aa
-DCMAKE_C_COMPILER="$(pwd)/../build/bin/clang" -DCMAKE_CXX_COMPILER="$(pwd)/../build/bin/clang" \
-DCMAKE_BUILD_WITH_INSTALL_RPATH=true \
-DCOMPILER_RT_BUILD_BUILTINS=ON \
-DCOMPILER_RT_USE_BUILTINS_LIBRARY=ON \
-DCOMPILER_RT_BUILD_SANITIZERS=OFF -DCOMPILER_RT_BUILD_MEMPROF=OFF -DCOMPILER_RT_BUILD_ORC=OFF -DCOMPILER_RT_BUILD_XRAY=OFF -DCOMPILER_RT_BUILD_LIBFUZZER=OFF \
-DLIBCXX_USE_COMPILER_RT=YES \
-DLLVM_ENABLE_RUNTIMES='libcxx;libcxxabi;compiler-rt;libunwind' \
Expand Down

0 comments on commit 98b848e

Please sign in to comment.