[PATCH] D38980: [scudo] Add a shared runtime

Aleksey Shlyapnikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 20 11:41:43 PDT 2017


alekseyshl accepted this revision.
alekseyshl added inline comments.
This revision is now accepted and ready to land.


================
Comment at: lib/scudo/CMakeLists.txt:38
+append_list_if(COMPILER_RT_HAS_LIBLOG log SCUDO_DYNAMIC_LIBS)
+
 if(COMPILER_RT_HAS_SCUDO)
----------------
Shouldn't this new block go under if(COMPILER_RT_HAS_SCUDO)?


https://reviews.llvm.org/D38980





More information about the llvm-commits mailing list