OSDN Git Service

[libFuzzer] Properly check if we can use dumpbin.
authorMarcos Pividori <mpividori@google.com>
Wed, 1 Feb 2017 17:59:19 +0000 (17:59 +0000)
committerMarcos Pividori <mpividori@google.com>
Wed, 1 Feb 2017 17:59:19 +0000 (17:59 +0000)
commit90e4124e52dc93746953ff798f3186c98357baff
tree5c7dcab62ec199fe28d1e930e767fcf48c1bf989
parentf8ca5148782261f1fc93cd35269401dcb37e72d1
[libFuzzer] Properly check if we can use dumpbin.

The flag "/sumary" is necessary, otherwise it returns a non-zero value.

Differential Revision: https://reviews.llvm.org/D29371

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@293790 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Fuzzer/FuzzerUtilWindows.cpp