[PATCH] D64894: [CMake] Don't set Python_ADDITIONAL_VERSIONS
    Khem Raj via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Sep 12 01:52:39 PDT 2019
    
    
  
raj.khem added a comment.
somehow when doing stage2 build, it is stubborn and does not respect any of PYTHON_EXECUTABLE. PYTHON_LIBRARY  or PYTHON_INCLUDE_DIR that were passed  with -D on cmake invocation even after they are added to -DDCLANG_BOOTSTRAP_PASSTHROUGH list. llvm finds its own python during stage2.  in stage1 it respects the above settings.
Repository:
  rL LLVM
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D64894/new/
https://reviews.llvm.org/D64894
    
    
More information about the llvm-commits
mailing list