We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Intro: Currently, we support only X86_32 and X86_64 architectures.
New section "Last steps: Integrate toolchain binaries and libraries"
Toolchain binaries: Use $PREFIX/bin instead of hardcoded /opt/llvm
New section "Use toolchain binaries via $PATH"
Substitute [ AS ROOT ] with root# in the code-box
Distinguish between NOTEs and HINTs
Drop all as-user references (only mention as-root)
Variables for the build: Clarify on classic /opt installation and user-friendly $HOME/install
libcxx: Change to current status: experimental
Changed to "Configure #2: Use cmake (BROKEN with libcxx)"
Warning++
ldconfig: Add as-root and fix some typos
s/Build the toolchain/Build and install the toolchain
New section "Configure and update dynamic linker run-time bindings"
Preps #2: Clarify on libc++ from clang project
cmake: Separate -DCMAKE_INSTALL_PREFIX from $CMAKE_OPTS
cmake: Introduce $CMAKE_OPTS analog to $CONFIGURE_OPTS
cmake: Fix typos in NOTE-1
cmake: Fix typos in NOTE-2
cmake: Add NOTE-2: How to get a list of all available cmake variables?
cmake: Adapt note to latest changes
cmake: Remove CBackend and CppBackend (not needed). Thanks again to tilmann from #llvm.
cmake: Use correct -DLLVM_ENABLE_ASSERTIONS="ON" (Thanks tilmann from #llvm)
cmake: Grr, again a typo
cmake: Fix typos
cmake: Adapt note
cmake: Restore -DLLVM_TARGETS_TO_BUILD (there seems to be no host-only equivalent)
Remove "\" at last line of cmake-options
cmake: Change line to analogue configure options (don't foll the reader). Thanks edwin!
cmake is preferred way (wash)