[clang] [llvm] Reland "[AArch64] Decouple feature dependency expansion. (#94279)" (PR #95519)

via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 28 00:49:28 PDT 2025


XiaShark wrote:

Hello, I noticed an issue after this PR: if both `-march` and `-mcpu` are specified in the command line parameters, the features in `-mcpu` are lost. See https://godbolt.org/z/hPq1z9rvn. Is this expected behavior?

https://github.com/llvm/llvm-project/pull/95519


More information about the llvm-commits mailing list