[PATCH] D75002: [AArch64] Predefine __AARCH64_CMODEL_*__ as GCC does
Fangrui Song via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 21 21:25:12 PST 2020
MaskRay accepted this revision.
MaskRay added inline comments.
================
Comment at: clang/lib/Basic/Targets/AArch64.cpp:200
+ CodeModel = "small";
+ for (auto& c : CodeModel) {
+ c = toupper(c);
----------------
This can be simplified. I'll do that.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75002/new/
https://reviews.llvm.org/D75002
More information about the cfe-commits
mailing list