summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/patchable-function-entry-attr.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [Sema] Allow function attribute patchable_function_entry on aarch64_beFangrui Song2020-05-061-0/+1
| | | | | | | | Reviewed By: nickdesaulniers Differential Revision: https://reviews.llvm.org/D79495 (cherry picked from commit 57a1c1be53aeea521747dd2f4b0097831341bea5)
* Support function attribute patchable_function_entryFangrui Song2020-01-101-0/+9
This feature is generic. Make it applicable for AArch64 and X86 because the backend has only implemented NOP insertion for AArch64 and X86. Reviewed By: nickdesaulniers, aaron.ballman Differential Revision: https://reviews.llvm.org/D72221
OpenPOWER on IntegriCloud