LLVM Cross-Compiler: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content deleted Content added
m Fix grammatical error
Line 62: Line 62:
</source>
</source>


Note: This Autoconf build has been removed from current versions of the LLVM build. All new builds must use CMake.
Or with CMake:

Or with CMake (adjust the source path as needed):


<source lang="bash">
<source lang="bash">
mkdir build
mkdir build
cd build
cd build
cmake -DCMAKE_BUILD_TYPE:STRING=Release
cmake -DCMAKE_BUILD_TYPE:STRING=Release ../llvm/
make
make
make install
make install