This is an archive of the discontinued LLVM Phabricator instance.

Move SwiftABIInfo to new CodeGen/Target directory.
Needs ReviewPublic

Authored by scross99 on Feb 20 2017, 6:04 AM.
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None
Summary

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.

Diff Detail

Event Timeline

scross99 created this revision.Feb 20 2017, 6:04 AM

I suggest add a ABI subfolder in Target
for example:
#include "Target/ABI/SwiftABIInfo.h"
and
Target/ABI/SwiftABIInfo.cpp