[PATCH] D114677: [AArch64] Avoid crashing on invalid -Wa,-march= values

Thorsten via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Nov 28 10:23:40 PST 2021


tschuett added a comment.

There is precedence for checking `WaMArch.size()` in the file. I would expected `!WaMArch.empty()`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D114677



More information about the cfe-commits mailing list