This is an archive of the discontinued LLVM Phabricator instance.

[Targets] Move addCygMingDefines into the arch-independent Targets.cpp (NFC)
ClosedPublic

Authored by mstorsjo on Jul 30 2017, 11:57 PM.

Details

Summary

This fixes a dependency inconsistency, where addMinGWDefines in Targets.cpp (used from other architectures than X86) called the addCygMingDefines function in X86.h.

This was inconsistently split in SVN r308791 (D35701).

Diff Detail

Repository
rL LLVM

Event Timeline

mstorsjo created this revision.Jul 30 2017, 11:57 PM
erichkeane accepted this revision.Jul 31 2017, 8:26 AM

Good catch, thanks!

This revision is now accepted and ready to land.Jul 31 2017, 8:26 AM
This revision was automatically updated to reflect the committed changes.