We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f98cf07 commit 2588f49Copy full SHA for 2588f49
compiler-rt/lib/sanitizer_common/symbolizer/scripts/build_symbolizer.sh
@@ -87,7 +87,7 @@ AR="${AR}" CC="${CC}" CFLAGS="$FLAGS -Wno-deprecated-non-prototype" RANLIB=/bin/
87
make -j libz.a
88
89
# Build and install libcxxabi and libcxx.
90
-if [[ ! -f ${LLVM_BUILD}/build.ninja ]]; then
+if [[ ! -f ${LIBCXX_BUILD}/build.ninja ]]; then
91
rm -rf "${LIBCXX_BUILD}" "${LIBCXX_INSTALL}"
92
mkdir -p ${LIBCXX_BUILD} ${LIBCXX_INSTALL}
93
cd ${LIBCXX_BUILD}
0 commit comments