[all-commits] [llvm/llvm-project] d767de: [lld-macho] Fix PAGEZERO=4GB errors on Windows by ...
Jez Ng via All-commits
all-commits at lists.llvm.org
Tue Jun 2 15:24:51 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d767de44bf9527cb5058f5fe16aac2f23c21977c
https://github.com/llvm/llvm-project/commit/d767de44bf9527cb5058f5fe16aac2f23c21977c
Author: Jez Ng <jezng at fb.com>
Date: 2020-06-02 (Tue, 02 Jun 2020)
Changed paths:
M lld/MachO/Target.h
Log Message:
-----------
[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.
More information about the All-commits
mailing list