[compiler-rt] [compiler-rt][www] replace deprecated LLVM_CONFIG_PATH with LLVM_CMAKE_DIR (PR #71500)
    Cullen Rhodes via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Nov  9 00:04:49 PST 2023
    
    
  
================
@@ -123,7 +123,7 @@ <h2>Get it and get involved!</h2>
   <li>cd llvm-project</li>
   <li>mkdir build-compiler-rt</li>
   <li>cd build-compiler-rt</li>
-  <li>cmake ../compiler-rt -DLLVM_CONFIG_PATH=/path/to/llvm-config</li>
+  <li>cmake ../compiler-rt -DLLVM_CMAKE_DIR=/path/to/llvm-project/cmake</li>
----------------
c-rhodes wrote:
`llvm-project/cmake` worked for me when I built standalone but I see elsewhere modules is also specified
https://github.com/llvm/llvm-project/pull/71500
    
    
More information about the llvm-commits
mailing list