Closed stefankoncarevic closed 1 month ago
I believe this change will help improve cross-platform compatibility by using cmake -E touch instead of platform-specific commands. This should simplify the CMake script and ensure consistent behavior across different operating systems. https://github.com/ROCm/rocMLIR-internal/issues/1609
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 83.67%. Comparing base (
c9e737f
) to head (68bdc50
). Report is 3 commits behind head on develop.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR replaces the platform-specific touch command with cmake -E touch to ensure compatibility across different operating systems. The cmake -E touch command works on both Windows and Linux, eliminating the need for conditional branches in the CMake script.