Fix modules build for r374337
authorPavel Labath <pavel@labath.sk>
Fri, 11 Oct 2019 07:16:19 +0000 (07:16 +0000)
committerPavel Labath <pavel@labath.sk>
Fri, 11 Oct 2019 07:16:19 +0000 (07:16 +0000)
commit7ff28ce18351f38719ca0e6ed666f922cc21e379
tree3ca9355a46f1b135113c8f15d570d5c5b2c712b2
parent282eff38477ebf665f88f52411edd591067af883
Fix modules build for r374337

A modules build failed with the following error:
  call to function 'operator&' that is neither visible in the template definition nor found by argument-dependent lookup

Fix that by declaring the appropriate operators in the llvm::minidump
namespace.

llvm-svn: 374517
llvm/include/llvm/BinaryFormat/Minidump.h