Suppress unused capture warning in CheckCopy
authorJessica Paquette <jpaquette@apple.com>
Thu, 24 Jan 2019 22:51:31 +0000 (22:51 +0000)
committerJessica Paquette <jpaquette@apple.com>
Thu, 24 Jan 2019 22:51:31 +0000 (22:51 +0000)
commit76c40f827dfd67cad6bfe477071af2a63ee5505e
tree3fe8ed6fff813e8efabddecbcab5dbbd8cc577d0
parentbaa5d2e69c156a9d8c5bb33ca76a2f3b4629ea65
Suppress unused capture warning in CheckCopy

Werror bots didn't like the lambda + assert thing in my previous commit.

Capture everything to suppress the error.

Example failure here:
http://lab.llvm.org:8011/builders/lld-x86_64-darwin13/builds/29393

llvm-svn: 352124
llvm/lib/Target/AArch64/AArch64InstructionSelector.cpp