[PATCH] D79795: Ensure that CMake tries to find Python3 before processing
Christopher Tetreault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 13 14:11:09 PDT 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rGf829ba60dadb: Ensure that CMake tries to find Python3 before processing (authored by ctetreau).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79795/new/
https://reviews.llvm.org/D79795
Files:
debuginfo-tests/CMakeLists.txt
Index: debuginfo-tests/CMakeLists.txt
===================================================================
--- debuginfo-tests/CMakeLists.txt
+++ debuginfo-tests/CMakeLists.txt
@@ -2,6 +2,8 @@
# various types of debug info, and then run those programs under a debugger
# such as GDB or LLDB to verify the results.
+find_package(Python3 COMPONENTS Interpreter)
+
add_llvm_executable(check-gdb-llvm-support
llvm-prettyprinters/gdb/llvm-support.cpp
)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79795.263852.patch
Type: text/x-patch
Size: 462 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200513/8918b40d/attachment.bin>
More information about the llvm-commits
mailing list