Make assert messages related to Darwin, ELF and COFF uniform.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
I'd be pretty tempted to remove them entirely. Those are the only 3 LLVM supports at all and assertions for (extremely) hypothetical future additions seem to be taking it a bit far.
Comment Actions
Changed assert messages to be more generic so that we do not need to keep them changing with every new target.
Comment Actions
I think these messages are useful when adding new targets. The only thing is we would need to keep changing the messages to include every new target added. So I have made the messages more generic.