[PATCH] D79151: build: use `find_package(Python3)` if available (llvm runtimes).
Vlad Vereschaka via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 13 17:29:40 PDT 2020
vvereschaka marked an inline comment as done.
vvereschaka added inline comments.
================
Comment at: llvm/runtimes/CMakeLists.txt:118
+ include(FindPythonInterp)
+ if( NOT PYTHONINTERP_FOUND )
+ message(FATAL_ERROR
----------------
compnerd wrote:
> This was not fatal previously was it? Why make it fatal now?
It was fatal in commit https://github.com/llvm/llvm-project/commit/c4c3883b00d3a6aa657a5e3e515c90c9ea1f81c6
I just did copy/paste into a proper location.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79151/new/
https://reviews.llvm.org/D79151
More information about the llvm-commits
mailing list