We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15ea45b commit 808f638Copy full SHA for 808f638
.ci/monolithic-linux.sh
@@ -58,6 +58,11 @@ export PIP_BREAK_SYSTEM_PACKAGES=1
58
pip install -q -r "${MONOREPO_ROOT}"/mlir/python/requirements.txt
59
pip install -q -r "${MONOREPO_ROOT}"/lldb/test/requirements.txt
60
pip install -q -r "${MONOREPO_ROOT}"/.ci/requirements.txt
61
+
62
+# Set the system llvm-symbolizer as preferred.
63
+export LLVM_SYMBOLIZER_PATH=`which llvm-symbolizer`
64
+[[ ! -f "${LLVM_SYMBOLIZER_PATH}" ]] && echo "llvm-symbolizer not found!"
65
66
cmake -S "${MONOREPO_ROOT}"/llvm -B "${BUILD_DIR}" \
67
-D LLVM_ENABLE_PROJECTS="${projects}" \
68
-G Ninja \
0 commit comments