AArch64 only supports tiny, small, and large code model. Show error
messages when users specify other code model.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D132538
[AArch64] Filter out invalid code model in frontend. ClosedPublic Authored by HsiangKai on Aug 24 2022, 1:34 AM.
Details Summary AArch64 only supports tiny, small, and large code model. Show error
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 24 2022, 11:34 AM
Closed by commit rGa8690143057b: [AArch64] Filter out invalid code model in frontend. (authored by HsiangKai). · Explain WhyAug 25 2022, 4:28 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 455754 clang/lib/Driver/ToolChains/Clang.cpp
clang/test/Driver/mcmodel.c |
Do you need not in front of this? Can't remember.