'-mcrc' is shared with ARM.
'-mno-crc' is Mips-only (ARM uses '-mnocrc').
Details
Diff Detail
- Repository
- rC Clang
Event Timeline
include/clang/Driver/Options.td | ||
---|---|---|
2215 | Does it make a sense to define this option as an alias to the mnocrc and allow to use both -mno-crc and -mnocrc for ARM and MIPS? |
include/clang/Driver/Options.td | ||
---|---|---|
2215 | I thought about commenting on that. The problem there is that you then permitting clang to be more lax than binutils which inhibits compatibility between the two tools. |
include/clang/Driver/Options.td | ||
---|---|---|
2215 |
Good point. Agreed. |
Does it make a sense to define this option as an alias to the mnocrc and allow to use both -mno-crc and -mnocrc for ARM and MIPS?