[PATCH] D90190: [MemProf] Decouple memprof build from COMPILER_RT_BUILD_SANITIZERS

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 26 13:47:47 PDT 2020


thakis accepted this revision.
thakis added a comment.
This revision is now accepted and ready to land.

Thanks!



================
Comment at: compiler-rt/include/CMakeLists.txt:27
+    )
+endif(COMPILER_RT_BUILD_MEMPROF)
+
----------------
I think we usually do `endif()` without anything in parens


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D90190/new/

https://reviews.llvm.org/D90190



More information about the llvm-commits mailing list