[PATCH] D44525: [sanitizer] Add a slim Scudo shared runtime

Kostya Kortchinsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 15 10:10:25 PDT 2018


cryptoad added inline comments.


================
Comment at: lib/sanitizer_common/CMakeLists.txt:234
+  ${OS_OPTION}
+  ARCHS ${SANITIZER_COMMON_SUPPORTED_ARCH}
+  SOURCES ${SANITIZER_SCUDO_SOURCES}
----------------
So this is not entirely correct as this should probably be `SCUDO_SUPPORTED_ARCH`, but I am not sure I want to mix in both.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D44525





More information about the llvm-commits mailing list