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

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 12 20:41:49 PDT 2024


https://github.com/vitalybuka created https://github.com/llvm/llvm-project/pull/98707

Follow up to #71500


>From 6a4285fe0cd666122c393f42729ceb87e16f9d25 Mon Sep 17 00:00:00 2001
From: Vitaly Buka <vitalybuka at google.com>
Date: Fri, 12 Jul 2024 20:41:34 -0700
Subject: [PATCH] =?UTF-8?q?[=F0=9D=98=80=F0=9D=97=BD=F0=9D=97=BF]=20initia?=
 =?UTF-8?q?l=20version?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Created using spr 1.3.4
---
 compiler-rt/www/index.html | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

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