arphaman added a comment.

In D106316#2888628 <https://reviews.llvm.org/D106316#2888628>, @steven_wu wrote:

> Looks good in general. Just one corner case that we need to decide with 
> direction we go, following command builds arm64-ios and x86_64-ios-simulator:
> `clang -arch arm64 -arch x86_64 -c -o test.o test.c -mios-version-min=14`
> Should we document and deprecate that behavior?

Yes this can be documented and deprecated, but I can do this in a follow-up 
commit. We do want to try to remove the inferring of the simulator from the 
x86_64 arch, but I don't think we can do that just yet, although I haven't 
tested this recently.


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

https://reviews.llvm.org/D106316

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

Reply via email to