[PATCH] D36810: Minimal runtime for UBSan.

Kuba (Brecka) Mracek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 18 11:39:10 PDT 2017


kubamracek added inline comments.


================
Comment at: compiler-rt/lib/ubsan_minimal/CMakeLists.txt:63
+  endif()
+endif()
----------------
Not an objection for this particular patch, but I noticed the amount of CMake boilerplate code necessary for the bring-up of a new sanitizer tool is very high (and this is even without macOS support).  Is there a way to refactor and reduce that?


https://reviews.llvm.org/D36810





More information about the llvm-commits mailing list