You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo -e "Failed to compile test program with OpenCilk compiler.\nThere might be a problem with your system configuration.\nOutput of '${BUILD_DIR}/bin/clang++ -v':"
140
142
${BUILD_DIR}/bin/clang++ -v
141
-
rm -rf ${tempfile} temp
143
+
rm -rf ${tempdir}
142
144
exit 1
143
145
fi
144
-
rm -rf ${tempfile} temp
146
+
rm -rf ${tempdir}
145
147
146
148
case"${OS}"in
147
149
# Darwin is a special case. The version is not embedded in the path.
0 commit comments