================ @@ -81,6 +81,15 @@ static bool DecodeAArch64Features(const Driver &D, StringRef text, else return false; + // +jsconv and +complxnum implies +neon and +fp-armv8 ---------------- davemgreen wrote:
I believe this ideally would not be in the driver, as it does not apply to target attributes, only -march options. https://github.com/llvm/llvm-project/pull/75516 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits