Skip to content

History / Building Clang from source

Revisions

  • Updated Building Clang from source (markdown)

    @nathanchance nathanchance committed Apr 5, 2023
  • We recommend a two stage build by default, as you will typically end up with a more optimized build. The one stage build is a fallback for debugging or slower machines. Do not recommend just the X86 target since people might care about AArch64 and ARM.

    @nathanchance nathanchance committed Jun 5, 2020
  • Clone tc-build with https, instead of plain text

    @nathanchance nathanchance committed Jun 5, 2020
  • Fix --build-stage1-only option

    @dileks dileks committed Jun 4, 2020
  • Update tc-build section - invite people to use it

    @dileks dileks committed Jun 2, 2020
  • Refer to our new tc-build repo

    @nathanchance nathanchance committed Apr 29, 2019
  • Make it clear the second cmake statement should replace the first one

    @nathanchance nathanchance committed Mar 9, 2019
  • compiler-rt is needed for LTO and CFI

    @nathanchance nathanchance committed Mar 9, 2019
  • Make LLVM_USE_LINKER depend on Clang and print full path to linker to avoid weird bugs

    @nathanchance nathanchance committed Feb 11, 2019
  • Accoint for https://github.com/llvm/llvm-project/commit/0e712a766e4f3e2cf9ad0e42cab6cb4d543d0320

    @nathanchance nathanchance committed Jan 31, 2019
  • Created Building Clang from source (markdown)

    @nathanchance nathanchance committed Jan 29, 2019