[PATCH] D135255: Introduce options for Windows packaging script

Hans Wennborg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 6 01:26:57 PDT 2022


hans added a subscriber: CarlosAlbertoEnciso.
hans added a comment.

+CarlosAlbertoEnciso who also worked on this script recently.

In D135255#3839316 <https://reviews.llvm.org/D135255#3839316>, @thieta wrote:

> In D135255#3839288 <https://reviews.llvm.org/D135255#3839288>, @pbo-linaro wrote:
>
>> I can still change to:
>>
>> - nothing: x86 + x64
>> - add arm64 later, but not activated by default
>
> I'll be happy with this. But I wonder what @hans thinks?

I think the other option would be to detect what platform we're on, and build x86+x64 or arm64 depending on that.

But having less magic is also good, so just having to pass the flags sounds good to me.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D135255/new/

https://reviews.llvm.org/D135255



More information about the llvm-commits mailing list