[PATCH] D53239: [python] [tests] Disable python binding tests when building with LLVM_USE_SANITIZER=Address

Michał Górny via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Oct 13 00:04:44 PDT 2018


mgorny accepted this revision.
mgorny added a comment.

WFM. Thanks for analyzing the problem.



================
Comment at: bindings/python/tests/CMakeLists.txt:27
+# with ASan.
+if((NOT WIN32) AND (NOT LLVM_USE_ASAN))
     set_property(GLOBAL APPEND PROPERTY
----------------
Hmm, I don't think you need to parenthesize the `(NOT FOO)` thing (and it looks bit weird to me).


Repository:
  rC Clang

https://reviews.llvm.org/D53239





More information about the cfe-commits mailing list