This is an archive of the discontinued LLVM Phabricator instance.

[PowerPC] Moving defineXLCompatMacros() definition
ClosedPublic

Authored by quinnp on Jun 11 2021, 9:01 AM.

Details

Reviewers
lei
Group Reviewers
Restricted Project
Commits
rG994bb937f020: [PowerPC] Moving defineXLCompatMacros() definition
Summary

[NFC] Moving the definition of the defineXLCompatMacros function from
the header file clang/lib/Basic/Targets/PPC.h to the source file
clang/lib/Basic/Targets/PPC.cpp.

Diff Detail

Event Timeline

quinnp created this revision.Jun 11 2021, 9:01 AM
quinnp requested review of this revision.Jun 11 2021, 9:01 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 11 2021, 9:01 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
quinnp added reviewers: Restricted Project, lei.Jun 11 2021, 9:02 AM
quinnp edited the summary of this revision. (Show Details)
lei accepted this revision.Jun 14 2021, 10:21 AM

LGTM
Thanks.

This revision is now accepted and ready to land.Jun 14 2021, 10:21 AM
This revision was automatically updated to reflect the committed changes.