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).
Paths
| Differential D36072
[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 Event TimelineThis revision is now accepted and ready to land.Jul 31 2017, 8:26 AM Closed by commit rL309598: [Targets] Move addCygMingDefines into the arch-independent Targets.cpp (NFC) (authored by mstorsjo). · Explain WhyJul 31 2017, 11:18 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 108865 lib/Basic/Targets.h
lib/Basic/Targets.cpp
lib/Basic/Targets/X86.h
|