[Lldb-commits] [lldb] [lldb][Windows] Enforce exec permission using Platform::Install() from Windows host (PR #91887)
Dmitry Vasilyev via lldb-commits
lldb-commits at lists.llvm.org
Mon May 13 14:45:24 PDT 2024
slydiman wrote:
@labath, Sorry for not being clear with my comment. Let me re-phrase.
I think unconditionally setting the executable flag for everything installed by Platform::Install by default for all platforms is overkill.
BTW, there is no API to change this behavior, so `by default` means always.
Implementation details aside. Test files have the correct permissions set if the host allows it. Platform::Install copies the host file permissions to the target. This seems a correct behavior except for the case when the host has a smaller set of permissions than the target, or permission sets on the host and the target do not match significantly. I'm aware of the only such case: Windows host and POSIX target. Do you know more?
https://github.com/llvm/llvm-project/pull/91887
More information about the lldb-commits
mailing list