This is the first of a series of changes that moves the ABI target-specific logic into the CodeGen/Target directory, in particular moving logic out of CodeGen/TargetInfo.cpp.
Details
Details
- Reviewers
- None
Diff Detail
Diff Detail
Event Timeline
Comment Actions
I suggest add a ABI subfolder in Target
for example:
#include "Target/ABI/SwiftABIInfo.h"
and
Target/ABI/SwiftABIInfo.cpp