[ARM] Fix for MVE VPT block pass
[llvm-complete.git] / utils / benchmark / cmake / split_list.cmake
blob67aed3fdc8579b7d9a6f06a73fa9b6844976e691
1 macro(split_list listname)
2   string(REPLACE ";" " " ${listname} "${${listname}}")
3 endmacro()