diff options
author | Nikita Popov <npopov@redhat.com> | 2024-06-24 10:03:21 +0200 |
---|---|---|
committer | Nikita Popov <npopov@redhat.com> | 2024-06-24 10:05:25 +0200 |
commit | e7137f2fed5cfee822ae3c4c6d39188adb59a16c (patch) | |
tree | cf2cbc991882a3264159bbcb37205d84564b3305 /llvm/lib/Target/DirectX/DirectXTargetMachine.cpp | |
parent | 790f931886a03324714f31a626eef7e9c609ae97 (diff) | |
download | llvm-e7137f2fed5cfee822ae3c4c6d39188adb59a16c.zip llvm-e7137f2fed5cfee822ae3c4c6d39188adb59a16c.tar.gz llvm-e7137f2fed5cfee822ae3c4c6d39188adb59a16c.tar.bz2 |
[Passes] Try to fix build on windows
Some passes reference *this (inside decltype) which fails with
MSVC. Fix this by not explicitly specifying the captures (otherwise
we would get an unused lambda capture warning for cases where this
is *not* used).
Diffstat (limited to 'llvm/lib/Target/DirectX/DirectXTargetMachine.cpp')
0 files changed, 0 insertions, 0 deletions