[compiler-rt] 0199d51 - [compiler-rt][www] replace deprecated LLVM_CONFIG_PATH with LLVM_CMAKE_DIR (#71500)

via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 9 00:05:36 PST 2023


Author: Cullen Rhodes
Date: 2023-11-09T08:05:32Z
New Revision: 0199d514ee0ace4d19cbefdebb66b53540e24eba

URL: https://github.com/llvm/llvm-project/commit/0199d514ee0ace4d19cbefdebb66b53540e24eba
DIFF: https://github.com/llvm/llvm-project/commit/0199d514ee0ace4d19cbefdebb66b53540e24eba.diff

LOG: [compiler-rt][www] replace deprecated LLVM_CONFIG_PATH with LLVM_CMAKE_DIR (#71500)

This updates the standalone build docs for compiler-rt to replace
deprecated LLVM_CONFIG_PATH with LLVM_CMAKE_DIR. A warning (added in
D137024) is emitted for the current instructions.

---------

Co-authored-by: Chris B <cbieneman at microsoft.com>

Added: 
    

Modified: 
    compiler-rt/www/index.html

Removed: 
    


################################################################################
diff  --git a/compiler-rt/www/index.html b/compiler-rt/www/index.html
index eaeb490c550c681..ddad80c7ebff1ae 100644
--- a/compiler-rt/www/index.html
+++ b/compiler-rt/www/index.html
@@ -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/modules</li>
   <li>make</li>
   </ul>
 


        


More information about the llvm-commits mailing list