D9599 will make llvm::Triple::getARMCPUForArch return nullptr for invalid -march values, instead of silently translating it to arm7tdmi. Use this to give an error message, which is consistent with how gcc behaves.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Maybe better if you join this one with D9599, so that we don't have a third different behaviour between the two commits.