[PATCH] D29677: [buildbot] Add check-fuzzer to Asan buildbot on Windows.

Marcos Pividori via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 7 13:12:17 PST 2017


mpividori added inline comments.


================
Comment at: zorg/buildbot/builders/SanitizerBuilderWindows.py:132
+                                    "-DLLVM_USE_SANITIZER=Address",
+                                    "-DLLVM_USE_SANITIZE_COVERAGE=YES"]
+                                   + extra_cmake_args,
----------------
zturner wrote:
> Should this be `-DLLVM_USE_SANITIZER_COVERAGE=YES`?  (The R is missing in Sanitizer)
@zturner the flag is `LLVM_USE_SANITIZE_COVERAGE` (yes it is confusing...).


https://reviews.llvm.org/D29677





More information about the llvm-commits mailing list