[libc-commits] [libc] [libc] Find Python 3 in standalone (PR #118871)

Tristan Ross via libc-commits libc-commits at lists.llvm.org
Mon Dec 9 20:18:21 PST 2024


RossComputerGuy wrote:

@nickdesaulniers I did try it but I've ran into problems:
```
libc> CMake Error at CMakeLists.txt:174 (include):
libc>   include could not find requested file:
libc>
libc>     AddLLVM
libc>
libc>
libc> CMake Error at CMakeLists.txt:175 (include):
libc>   include could not find requested file:
libc>
libc>     HandleLLVMOptions
libc>
libc>
libc> -- Found Python3: /nix/store/imz4prdh762l7jvwak2s7pqpq6hy5fyy-python3-3.12.7/bin/python3.12 (found version "3.12.7") found components: Interpreter
libc> CMake Error at CMakeLists.txt:183 (include):
libc>   include could not find requested file:
libc>
libc>     GetHostTriple
libc>
libc>
libc> CMake Error at CMakeLists.txt:184 (get_host_triple):
libc>   Unknown CMake command "get_host_triple".
```

https://github.com/llvm/llvm-project/pull/118871


More information about the libc-commits mailing list