Speculatively unbreak Windows build
authorDavid Majnemer <david.majnemer@gmail.com>
Thu, 15 Oct 2015 09:17:15 +0000 (09:17 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Thu, 15 Oct 2015 09:17:15 +0000 (09:17 +0000)
commita1079b7d51ebd2bdce335f22387db85eacbdab4e
tree35eb02872bc246ca691bdc6daf9dfa517af63129
parent89b9248e6defe852bba8a7274f7238e9afc28b23
Speculatively unbreak Windows build

<windows.h> defines macros named min and max in conflict with
<algorithm>.  Prevent macro expansion by wrapping std::min in
parenthesis.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@250383 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-pdbdump/llvm-pdbdump.cpp