Lines Matching +full:- +full:dllvm_enable_runtimes
1 #!/bin/bash -eu
4 # This script runs the continuous fuzzing tests on OSS-Fuzz.
8 …CXXFLAGS="${CXXFLAGS} -fsanitize=unsigned-integer-overflow -fsanitize-trap=unsigned-integer-overfl…
16 cmake -S ${MONOREPO_ROOT}/runtimes -B ${BUILD} \
17 -DLLVM_ENABLE_RUNTIMES="libcxx;libcxxabi;libunwind" \
18 -DCMAKE_BUILD_TYPE=RelWithDebInfo \
19 -DCMAKE_INSTALL_PREFIX="${INSTALL}"
20 cmake --build ${BUILD} --target install-cxx-headers
26 -std=c++20 \
27 -DLIBCPP_OSS_FUZZ \
28 -D_LIBCPP_HAS_NO_VENDOR_AVAILABILITY_ANNOTATIONS \
29 -nostdinc++ -cxx-isystem ${INSTALL}/include/c++/v1 \
30 -lpthread -ldl \
31 -o "${OUT}/${exe}" \