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

Teresa Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 26 13:52:12 PDT 2020


tejohnson added inline comments.


================
Comment at: compiler-rt/include/CMakeLists.txt:27
+    )
+endif(COMPILER_RT_BUILD_MEMPROF)
+
----------------
thakis wrote:
> I think we usually do `endif()` without anything in parens
I'll keep it as is though since that is consistent with the other endifs in this file.


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