Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
llvm/lib/Object/ELFObjectFile.cpp | ||
---|---|---|
360 | Is "v8a" better? There are a few other v8 build attributes: v8_R = 15, // e.g. Cortex R52 v8_M_Base= 16, // v8_M_Base AArch32 v8_M_Main= 17, // v8_M_Main AArch32 v8_1_M_Main=21, // v8_1_M_Main AArch32 Should they be listed as well? |
Comment Actions
I don't know what new instructions are introduced only in v8.1m-main, omitted the tests (it's not that interesting anyway).
Is "v8a" better?
There are a few other v8 build attributes:
Should they be listed as well?