This is an archive of the discontinued LLVM Phabricator instance.

Creates a HostInfo class from code that was previously in Host.
ClosedPublic

Authored by zturner on Aug 18 2014, 4:05 PM.

Details

Summary

This change implements the beginning of the HostInfo class - a class whose purpose is to answer queries about the host operating system.

This compiles successfully and passes all tests on Linux, MacOSX, and Windows. I do not have access to a FreeBSD build machine, so would appreciate help there.

Diff Detail

Event Timeline

zturner updated this revision to Diff 12633.Aug 18 2014, 4:05 PM
zturner retitled this revision from to Creates a HostInfo class from code that was previously in Host..
zturner updated this object.
zturner edited the test plan for this revision. (Show Details)
zturner added a subscriber: Unknown Object (MLST).
zturner closed this revision.Aug 19 2014, 10:27 AM
zturner updated this revision to Diff 12670.

Closed by commit rL215992 (authored by @zturner).