nickdesaulniers added a comment.
Herald added a project: All.

The linux kernel uses a build time invocation of the compiler for feature 
detection of the `-mabi=lp64` command line flag, which clang-16 currently 
doesn't support.

Looking at https://gcc.gnu.org/onlinedocs/gcc/AArch64-Options.html, it looks 
like an alternate value of `-mabi=ilp32`.  Should this patch wire that up in 
clang?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D104931

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
  • [PATCH] D104931: [AArch64... Nick Desaulniers via Phabricator via cfe-commits

Reply via email to