[llvm][docs] Fix typo (#190150)

This commit corrects a typo in the project documentation.
This commit is contained in:
Hicham Omari 2026-04-05 22:00:25 +02:00 committed by GitHub
parent 9ce30c8dc3
commit 4bd1facaed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -174,7 +174,7 @@ Once llvm is installed, to configure a project for a stand-alone build, invoke C
Notice that:
* The stand-alone build needs to happen in a folder that is not the
original folder where LLVMN was built
original folder where LLVM was built
(`$builddir!=$builddir_subproj`).
* ``LLVM_ROOT`` should point to the prefix of your llvm installation,
so for example, if llvm is installed into ``/usr/bin`` and