[sanitizer] use ../runtimes path to build libcxx
authorVitaly Buka <vitalybuka@google.com>
Mon, 22 Aug 2022 01:41:55 +0000 (18:41 -0700)
committerVitaly Buka <vitalybuka@google.com>
Mon, 22 Aug 2022 01:41:55 +0000 (18:41 -0700)
compiler-rt/lib/sanitizer_common/symbolizer/scripts/build_symbolizer.sh

index 3fe8e45..a0a9ac3 100755 (executable)
@@ -119,7 +119,7 @@ if [[ ! -d ${LIBCXX_BUILD} ]]; then
     -DLIBCXX_ENABLE_RTTI=OFF \
     -DLIBCXX_ENABLE_SHARED=OFF \
     -DLLVM_DEFAULT_TARGET_TRIPLE="${TARGET_TRIPLE}" \
-  $LLVM_SRC
+  $LLVM_SRC/../runtimes
 fi
 cd ${LIBCXX_BUILD}
 ninja cxx cxxabi