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
I think the logic here might lead to unexpected issues, e.g. if you download new opencl-clang commit, where a new patch is introduced, it won't be applied if the branch is not manually deleted.
Maybe the function should delete the branch at first step?
The text was updated successfully, but these errors were encountered:
Function "apply_patches" checks out the branch, where patches are applied if it already exists:
opencl-clang/cmake/modules/CMakeFunctions.cmake
Line 71 in 51fd5b9
I think the logic here might lead to unexpected issues, e.g. if you download new opencl-clang commit, where a new patch is introduced, it won't be applied if the branch is not manually deleted.
Maybe the function should delete the branch at first step?
The text was updated successfully, but these errors were encountered: