[libc-commits] [PATCH] D143261: [libc][AArch64] Fix fullbuild when using G++/GCC

David Spickett via Phabricator via libc-commits libc-commits at lists.llvm.org
Fri Feb 3 04:04:05 PST 2023


DavidSpickett added a comment.

I'm assuming any non clang is a gcc, going by https://libc.llvm.org/compiler_support.html.

If you know people are using non clang non gcc compilers I should refactor to check for gcc first, and otherwise do something else.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D143261



More information about the libc-commits mailing list