Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
llvm/trunk/lib/Fuzzer/
-
trunk/
-
lib/
-
Fuzzer/
-
FuzzerUtilWindows.cpp
Hide Panel
f
Keyboard Reference
?
Differential
D29371
[libFuzzer] Properly check if we can use dumpbin .
Closed
Public
Authored by
mpividori
on Jan 31 2017, 9:27 PM.
Download Raw Diff
Details
Reviewers
kcc
zturner
Commits
rG7a3a390afbbc: [libFuzzer] Properly check if we can use dumpbin.
rL293790: [libFuzzer] Properly check if we can use dumpbin.
Summary
The flag "/sumary" is necessary, otherwise it returns a non-zero value.
Diff Detail
Repository
rL LLVM
Event Timeline
mpividori
created this revision.
Jan 31 2017, 9:27 PM
Closed by commit
rL293790: [libFuzzer] Properly check if we can use dumpbin.
(authored by
mpividori
).
·
Explain Why
Feb 1 2017, 10:10 AM
This revision was automatically updated to reflect the committed changes.