[PATCH] D101866: [BPF][Test] Use mtriple instead of march

Jinsong Ji via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 5 17:50:00 PDT 2021


jsji added a comment.

In D101866#2740835 <https://reviews.llvm.org/D101866#2740835>, @yonghong-song wrote:

>> Toolchain can choose whether they want to override the default handling of triple.  AIX toolchain choose not to override and use the default one.
>
> Maybe it is better to do what other platform is doing? What is the advantage of not overriding the default triple for not supported platform?

Yes, we will evaluate and consider overriding. 
But the new change is breaking our internal buildbot, we would like to fix the failures first to unblock build first.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101866



More information about the llvm-commits mailing list