[PATCH] D48528: [UBsan] Enable ubsan minimal unit tests on OpenBSD

David CARLIER via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 25 11:51:04 PDT 2018


devnexen added inline comments.


================
Comment at: cmake/Modules/SanitizerUtils.cmake:84
 # Add target to check code style for sanitizer runtimes.
-if(CMAKE_HOST_UNIX)
+if(CMAKE_HOST_UNIX AND NOT OS_NAME MATCHES "OpenBSD")
   add_custom_target(SanitizerLintCheck
----------------
vitalybuka wrote:
> devnexen wrote:
> > vitalybuka wrote:
> > > Why? It just needs a python.
> > The scripts can t works not because of Python.
> How hard would it be to fix it? Can you share output?
Can t produce it now but basically lines like

- sanitiser_cov_trace_cmp1
...
- sanitiser_cov_trace_cmp4


https://reviews.llvm.org/D48528





More information about the llvm-commits mailing list