[lld-macho] Fix PAGEZERO=4GB errors on Windows by ensuring enum is uint64_t
authorJez Ng <jezng@fb.com>
Tue, 2 Jun 2020 22:22:45 +0000 (15:22 -0700)
committerJez Ng <jezng@fb.com>
Tue, 2 Jun 2020 22:24:31 +0000 (15:24 -0700)
commitd767de44bf9527cb5058f5fe16aac2f23c21977c
tree00568cfe0bb7d72eae411c8669594ff5938dafd5
parent153a24ab0fc5e1caa2bc304933870bfb5f7198e6
[lld-macho] Fix PAGEZERO=4GB errors on Windows by ensuring enum is uint64_t

It appears that MSVC doesn't resize the enum properly to fit the
constants.
lld/MachO/Target.h