Skip to content
Commit 29f6c0fd authored by Stefan Gränitz's avatar Stefan Gränitz
Browse files

[JITLink][AArch32] Fix MSVC error on missing constexpr capture

The Windows MSVC builder complains: 'ImmMask' cannot be implicitly captured because no default capture mode has been
specified
When adding the explicit capture, Clang warns: Lambda capture 'ImmMask' is not required to be captured for this use

This seems to be a known implementation divergence. Using a default value capture should avoid the issue.
parent be59265b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment