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 60d13b4 commit 3b62739Copy full SHA for 3b62739
.github/workflows/premerge.yaml
@@ -70,7 +70,7 @@ jobs:
70
export CC=/opt/llvm/bin/clang
71
export CXX=/opt/llvm/bin/clang++
72
73
- if "$RUNNER_ARCH" = "ARM64"; then
+ if [ "$RUNNER_ARCH" = "ARM64" ]; then
74
# XFAIL lldb test: https://github.com/llvm/llvm-project/issues/155895
75
export LIT_XFAIL="functionalities/gdb_remote_client/TestqOffsets.py"
76
export LIT_FILTER_OUT=TestqOffsets.py
0 commit comments