Remove getABIInfo overrides returning references to target-specific
implementations of ABIInfo.
The methods may be convenient, but they are only used in one place and
prevent from ABIInfo implementations from being put into anonymous
namespaces in different cpp files.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Is there some alternative way we can write this? Even if each of the overrides is only technically used in one place, it's a repeating pattern, and writing the casts inline makes it really hard to read. (Maybe the helpers can be somewhere else?)