MSVC from VSCode 2017 appears unhappy with it (causes an
internal compiler error.)
This also means that we need to avoid doing sizeof(stubCode) as
sizeof(int[N]) on function array parameters decays into sizeof(int *).
Paths
| Differential D100605
[lld-macho] Don't use arrays as template parameters ClosedPublic Authored by int3 on Apr 15 2021, 4:01 PM.
Details
Summary MSVC from VSCode 2017 appears unhappy with it (causes an This also means that we need to avoid doing sizeof(stubCode) as
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 15 2021, 4:13 PM This revision was landed with ongoing or failed builds.Apr 15 2021, 6:17 PM Closed by commit rG4938b090cf0b: [lld-macho] Don't use arrays as template parameters (authored by int3). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 337962 lld/MachO/Arch/ARM64.cpp
lld/MachO/Arch/ARM64Common.h
lld/MachO/Arch/ARM64_32.cpp
|