Don't derive from DefaultTargetCodeGenInfo.
This class is going to stay in TargetInfo.cpp, whereas its derivants
are going to be moved to separate translation units. Just derive from
the base TargetCodeGenInfo class instead.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo