[clang] Enable aarch64-amazon-linux triple (PR #82232)

2024-07-06 Thread Fangrui Song via cfe-commits
MaskRay wrote: > I'm not the owner of this code, but I just dropped by to say that I don't > think this patch will be accepted. A few lines above your changes, there is a > comment that says, "Please don't add more elements to *Triples.". > > @MaskRay is working to reduce the number of target

[clang] Enable aarch64-amazon-linux triple (PR #82232)

2024-07-06 Thread Fangrui Song via cfe-commits
https://github.com/MaskRay closed https://github.com/llvm/llvm-project/pull/82232 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] Enable aarch64-amazon-linux triple (PR #82232)

2024-07-06 Thread Byoungchan Lee via cfe-commits
bc-lee wrote: I'm not the owner of this code, but I just dropped by to say that I don't think this patch will be accepted. A few lines above your changes, there is a comment that says, "Please don't add more elements to *Triples.". @MaskRay is working to reduce the number of target triples like

[clang] Enable aarch64-amazon-linux triple (PR #82232)

2024-02-19 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang-driver Author: Sébastien Stormacq (sebsto) Changes Add aarch64-amazon-linux triplet to allow compilation for Amazon Linux 2023 on Graviton CPU This should address https://github.com/apple/llvm-project/issues/8227 Also submitted to Apple's repo h

[clang] Enable aarch64-amazon-linux triple (PR #82232)

2024-02-19 Thread via cfe-commits
github-actions[bot] wrote: Thank you for submitting a Pull Request (PR) to the LLVM Project! This PR will be automatically labeled and the relevant teams will be notified. If you wish to, you can add reviewers by using the "Reviewers" section on this page. If this is not working for you, it

[clang] Enable aarch64-amazon-linux triple (PR #82232)

2024-02-19 Thread Sébastien Stormacq via cfe-commits
https://github.com/sebsto created https://github.com/llvm/llvm-project/pull/82232 Add aarch64-amazon-linux triplet to allow compilation for Amazon Linux 2023 on Graviton CPU This should address https://github.com/apple/llvm-project/issues/8227 Also submitted to Apple's repo https://github.com