LLVM testsuite was unable to generate size file on windows because of abnormal path generation and permission issues.
This patch fixes both these issues by allowing creation of copy instead of symlinks on windows and using SHELL_PATH cmake
expression for fixing size file path on windows.
Details
Details
- Reviewers
quic-kirthana mstorsjo MatzeB
Diff Detail
Diff Detail
This bit looks straightforward and obviously correct.