[PATCH] D118271: [BOLT] Prepare BOLT for unit-testing

Vladislav Khmelevsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 26 12:43:46 PST 2022


yota9 marked an inline comment as done.
yota9 added inline comments.


================
Comment at: bolt/CMakeLists.txt:79
 if (BOLT_INCLUDE_TESTS)
+  if(EXISTS ${LLVM_MAIN_SRC_DIR}/utils/unittest/googletest/include/gtest/gtest.h)
+    add_subdirectory(unittests)
----------------
maksfb wrote:
> 
Thanks, missed that


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D118271



More information about the llvm-commits mailing list