[PATCH] D59631: [AArch64] Support selecting TPIDR_EL[1-3] as the thread base

Oliver Stannard via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 21 05:56:15 PDT 2019


olista01 added a reviewer: olista01.
olista01 added a comment.

Is there an existing compiler which this option is trying to be compatible with? GCC for AArch64 doesn't currently have an option for this, so we don't have to worry about compatibility with that. If possible, I'd prefer for the option to be "-mtp=", to match the option accepted by clang and GCC for AArch32.


Repository:
  rC Clang

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

https://reviews.llvm.org/D59631





More information about the cfe-commits mailing list