[PATCH] D138792: [AArch64] Improve TargetParser API

Sterling Augustine via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Dec 4 20:30:51 PST 2022


saugustine added a comment.

We are seeing constexpr failures with this change. They look like this:

  In file included from llvm-project/llvm/lib/Support/AArch64TargetParser.cpp:14:
  In file included from llvm-project/llvm/include/llvm/Support/AArch64TargetParser.h:160:
  llvm-project/llvm/include/llvm/Support/AArch64TargetParser.def:20:47: error: constexpr variable cannot have non-literal type 'const ArchInfo'
  AARCH64_ARCH(0, 0, InvalidProfile, "invalid", INVALID, "+",

I intend to revert this change early 5 December. Please let me know if that will be an issue.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D138792



More information about the cfe-commits mailing list