Make Clang on aarch64 targets predefine __AARCH64_CMODEL_SMALL__
or __AARCH64_CMODEL_TINY__, etc. These are the names that GCC
uses for its predefines.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/lib/Basic/Targets/AArch64.cpp | ||
---|---|---|
200 | This can be simplified. I'll do that. |
Comment Actions
Add tests
Rebase after -mcmodel cleanups (including fc6057e34fb3b1cfbbfcd5d71ae25ba24eb3ffa3)
This can be simplified. I'll do that.