Roll src/third_party/libFuzzer/src/ ee7a5b85c..6134addcf (10 commits)

https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/ee7a5b85c7cf..6134addcf352

$ git log ee7a5b85c..6134addcf --date=short --no-merges --format='%ad %ae %s'
2019-01-28 metzman [libFuzzer][Windows] Use dllexport for all declarations in FuzzerInterface.h
2019-01-28 metzman [fuzzer][afl] Remove AFL_DRIVER_EXTRA_STATS_FILENAME
2019-01-26 kcc [libFuzzer] print uncovered functions when doing -print_coverage=1
2019-01-25 metzman [libFuzzer][MSVC] Disable exceptions in MSVC headers
2019-01-24 kcc [libFuzzer] more agressive value profiling and CMP tracing for switch statements
2019-01-23 mstorsjo Fix building sanitizers for MinGW
2019-01-22 metzman [libFuzzer][MSVC] Enable building libFuzzer with MSVC
2019-01-19 chandlerc Update the file headers across all of the LLVM projects in the monorepo to reflect the new license.
2019-01-17 metzman [libFuzzer][MSVC] Make attribute-use compatible with MSVC
2019-01-15 metzman [libFuzzer] Remove unstable edge handling

Created with:
  roll-dep src/third_party/libFuzzer/src

Change-Id: I6ff56dad6e69bded3ae60a91267e7f7f9239f152
Reviewed-on: https://chromium-review.googlesource.com/c/1437933
Commit-Queue: Jonathan Metzman <[email protected]>
Commit-Queue: Max Moroz <[email protected]>
Reviewed-by: Max Moroz <[email protected]>
Cr-Commit-Position: refs/heads/master@{#626763}
diff --git a/DEPS b/DEPS
index 4afe09d31..c4603d5 100644
--- a/DEPS
+++ b/DEPS
@@ -185,7 +185,7 @@
   # Three lines of non-changing comments so that
   # the commit queue can handle CLs rolling libFuzzer
   # and whatever else without interference from each other.
-  'libfuzzer_revision': 'ee7a5b85c7cf017a138920ae4fe8cc65cb2b5625',
+  'libfuzzer_revision': '6134addcf3523f4fda9e3add9fa1850f8a3ee48b',
   # Three lines of non-changing comments so that
   # the commit queue can handle CLs rolling devtools-node-modules
   # and whatever else without interference from each other.