arphaman added a comment.

@t.p.northover @ab I noticed that the use of "apple-a12" doesn't infer the 
right target features when we're passing in a11 or older, so that's why my test 
file has the `INFER-A12` separate line. Do you think this is a bug? This is 
decided here:

  else if ((A = Args.getLastArg(options::OPT_mcpu_EQ)))
    success = getAArch64ArchFeaturesFromMcpu(D, A->getValue(), Args, Features);

and CPU value isn't checked here.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D82699



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to