Skip to content

Commit cab58b7

Browse files
committed
[sanitizer] use ../runtimes path to build libcxx
1 parent 4121445 commit cab58b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/lib/sanitizer_common/symbolizer/scripts/build_symbolizer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ if [[ ! -d ${LIBCXX_BUILD} ]]; then
119119
-DLIBCXX_ENABLE_RTTI=OFF \
120120
-DLIBCXX_ENABLE_SHARED=OFF \
121121
-DLLVM_DEFAULT_TARGET_TRIPLE="${TARGET_TRIPLE}" \
122-
$LLVM_SRC
122+
$LLVM_SRC/../runtimes
123123
fi
124124
cd ${LIBCXX_BUILD}
125125
ninja cxx cxxabi

0 commit comments

Comments
 (0)