[PATCH] D138066: [BOLT-TESTS] Follow-up to D131919
Amir Ayupov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 15 14:59:06 PST 2022
This revision was automatically updated to reflect the committed changes.
Closed by commit rGdd8fd6437e73: [BOLT-TESTS] Follow-up to D131919 (authored by Amir).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138066/new/
https://reviews.llvm.org/D138066
Files:
bolt/CMakeLists.txt
Index: bolt/CMakeLists.txt
===================================================================
--- bolt/CMakeLists.txt
+++ bolt/CMakeLists.txt
@@ -76,7 +76,7 @@
add_subdirectory(tools)
if (BOLT_INCLUDE_TESTS)
- if (EXISTS ${LLVM_MAIN_SRC_DIR}/utils/unittest/googletest/include/gtest/gtest.h)
+ if (EXISTS ${LLVM_THIRD_PARTY_DIR}/unittest/googletest/include/gtest/gtest.h)
add_subdirectory(unittests)
list(APPEND BOLT_TEST_DEPS BoltUnitTests)
endif()
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138066.475595.patch
Type: text/x-patch
Size: 469 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221115/25bbe7c6/attachment.bin>
More information about the llvm-commits
mailing list