This is an archive of the discontinued LLVM Phabricator instance.

Add type to FileSpec::PathSyntax enum.
ClosedPublic

Authored by hintonda on Nov 2 2017, 3:15 PM.

Details

Summary

Add type to FileSpec::PathSyntax enum to decrease size for
FileSpec on systems with 32 bit pointers.

Thanks to @zturner for pointing this out.

Diff Detail

Repository
rL LLVM

Event Timeline

hintonda created this revision.Nov 2 2017, 3:15 PM
clayborg accepted this revision.Nov 2 2017, 4:06 PM
This revision is now accepted and ready to land.Nov 2 2017, 4:06 PM
This revision was automatically updated to reflect the committed changes.