[Lldb-commits] [lldb] [lldb][Windows] Enforce exec permission using Platform::Install() from Windows host (PR #91887)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Mon May 13 07:40:58 PDT 2024


labath wrote:

I'm not sure I'm following your reasoning. I'm not saying we should replace/remove Target::Install. I'm saying we should make everything installed by Platform::Install executable by default (which, by extension, includes everything installed by Target::Install, because it delegates to this function.

And you're saying that's not a good idea, because what? That not everything installed through Platform::Install is an actual executable?

https://github.com/llvm/llvm-project/pull/91887


More information about the lldb-commits mailing list