[compiler-rt] 8044a86 - [compiler-rt][www] Update standalone build instruction (#98707)

via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 17 12:53:43 PDT 2024


Author: Vitaly Buka
Date: 2024-07-17T12:53:40-07:00
New Revision: 8044a863518166db1a1e05df5c76e26d53dbbcb9

URL: https://github.com/llvm/llvm-project/commit/8044a863518166db1a1e05df5c76e26d53dbbcb9
DIFF: https://github.com/llvm/llvm-project/commit/8044a863518166db1a1e05df5c76e26d53dbbcb9.diff

LOG: [compiler-rt][www] Update standalone build instruction (#98707)

Follow up to #71500

Added: 
    

Modified: 
    compiler-rt/www/index.html

Removed: 
    


################################################################################
diff  --git a/compiler-rt/www/index.html b/compiler-rt/www/index.html
index ddad80c7ebff1..72f1491a396f6 100644
--- a/compiler-rt/www/index.html
+++ b/compiler-rt/www/index.html
@@ -116,14 +116,13 @@ <h2>Get it and get involved!</h2>
     cmake.
 
   <p>To build it separately, first
-  <a href="https://llvm.org/docs/CMake.html#quick-start">build LLVM</a>
-  separately to get llvm-config binary, and then run:
+  <a href="https://llvm.org/docs/CMake.html#quick-start">build LLVM</a>, and then run:
 
   <ul>
   <li>cd llvm-project</li>
   <li>mkdir build-compiler-rt</li>
   <li>cd build-compiler-rt</li>
-  <li>cmake ../compiler-rt -DLLVM_CMAKE_DIR=/path/to/llvm-project/cmake/modules</li>
+  <li>cmake ../compiler-rt -DLLVM_CMAKE_DIR=/path/to/llvm-build-dir</li>
   <li>make</li>
   </ul>
 


        


More information about the llvm-commits mailing list