This is an archive of the discontinued LLVM Phabricator instance.

Fix that AlignedAllocation.h doesn't compile because of VersionTuple
ClosedPublic

Authored by teemperor on Jun 11 2018, 8:21 PM.

Details

Summary

rL334399 put VersionTuple in the llvm namespace, but this header still assumes it's in the clang namespace.
This leads to compilation failures with enabled modules when building Clang.

Diff Detail

Repository
rC Clang

Event Timeline

teemperor created this revision.Jun 11 2018, 8:21 PM
This revision was not accepted when it landed; it landed in state Needs Review.Jun 11 2018, 8:47 PM
This revision was automatically updated to reflect the committed changes.