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 3997794 commit 765f249Copy full SHA for 765f249
arm-software/embedded/scripts/test_llvmlibc.sh
@@ -13,7 +13,7 @@ set -ex
13
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
14
REPO_ROOT=$( git -C "${SCRIPT_DIR}" rev-parse --show-toplevel )
15
16
-cd "${REPO_ROOT}"/build
+cd "${REPO_ROOT}"/build_llvmlibc_overlay
17
18
# The GTest framework in LLVM-libc does not yet have integration with lit.
19
# However, we run all tests anyways (don't stop on failure with the flag -k 0)
0 commit comments