Skip to content

Commit 01f103b

Browse files
committed
[lil test]
1 parent 54011ee commit 01f103b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/supported_llvm_versions.yml

+3
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,9 @@ jobs:
139139
if [[ '${{ runner.os }}' == 'Linux' ]]; then
140140
# FIXME: lsan_interceptors.cpp:82 "((!lsan_init_is_running)) != (0)"
141141
rm tests/sanitizers/lsan_memleak.d
142+
elif [[ '${{ runner.os }}' == 'macOS' ]]; then
143+
# work around plugins/addFuncEntryCall/testPlugin.d failure
144+
export CXX=c++
142145
fi
143146
ctest -V -R "lit-tests"
144147
- name: Run DMD testsuite

0 commit comments

Comments
 (0)