diff options
author | Stefan Gränitz <stefan.graenitz@gmail.com> | 2023-09-13 23:37:24 +0200 |
---|---|---|
committer | Stefan Gränitz <stefan.graenitz@gmail.com> | 2023-09-13 23:40:05 +0200 |
commit | 29f6c0fdfeb48f5f766d2ba02014358df69e8170 (patch) | |
tree | 1d553fb9a007d492613ffc8a6deb98cf6f47d6cd /clang/lib/Serialization/ModuleManager.cpp | |
parent | be59265bbde77bba40599f114a6bedfe91da5c07 (diff) | |
download | llvm-29f6c0fdfeb48f5f766d2ba02014358df69e8170.zip llvm-29f6c0fdfeb48f5f766d2ba02014358df69e8170.tar.gz llvm-29f6c0fdfeb48f5f766d2ba02014358df69e8170.tar.bz2 |
[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.
Diffstat (limited to 'clang/lib/Serialization/ModuleManager.cpp')
0 files changed, 0 insertions, 0 deletions