gecko-dev/build/build-clang
Sylvestre Ledru 65d8b0025e Bug 1564252 - Move to clang 8.0.1 r=glandium
Differential Revision: https://phabricator.services.mozilla.com//D42325

--HG--
extra : amend_source : 129ff97f6edc41ad7a2f54520141158416e75b8d
2019-08-20 21:06:24 +02:00
..
README Bug 1573769 - Update of the build-clang doc after the move to git r=glandium 2019-08-14 07:40:58 +00:00
android-mangling-error.patch
build-clang.py Bug 1572724 - remove unused URL_REPO definition from build-clang.py; r=glandium 2019-08-09 21:12:31 +00:00
clang-4.0-linux64.json Bug 1573378 - Make build-clang independent of what MOZ_FETCHES_DIR resolves to. r=nalexander 2019-08-15 11:21:42 +09:00
clang-7-linux64.json Bug 1573378 - Make build-clang independent of what MOZ_FETCHES_DIR resolves to. r=nalexander 2019-08-15 11:21:42 +09:00
clang-8-android.json Bug 1573378 - Make build-clang independent of what MOZ_FETCHES_DIR resolves to. r=nalexander 2019-08-15 11:21:42 +09:00
clang-8-linux64-aarch64-cross.json Bug 1573378 - Make build-clang independent of what MOZ_FETCHES_DIR resolves to. r=nalexander 2019-08-15 11:21:42 +09:00
clang-8-linux64.json Bug 1573378 - Make build-clang independent of what MOZ_FETCHES_DIR resolves to. r=nalexander 2019-08-15 11:21:42 +09:00
clang-8-macosx64.json Bug 1573378 - Make build-clang independent of what MOZ_FETCHES_DIR resolves to. r=nalexander 2019-08-15 11:21:42 +09:00
clang-8-mingw.json Bug 1573378 - Make build-clang independent of what MOZ_FETCHES_DIR resolves to. r=nalexander 2019-08-15 11:21:42 +09:00
clang-tidy-8.patch Bug 1566336 - Build clang from git rather than subversion. r=glandium 2019-08-01 07:26:55 +09:00
clang-tidy-linux64.json Bug 1573378 - Make build-clang independent of what MOZ_FETCHES_DIR resolves to. r=nalexander 2019-08-15 11:21:42 +09:00
clang-tidy-macosx64.json Bug 1573378 - Make build-clang independent of what MOZ_FETCHES_DIR resolves to. r=nalexander 2019-08-15 11:21:42 +09:00
clang-tidy-win64.json Bug 1570541 - Use git fetch tasks for clang. r=froydnj 2019-08-07 13:54:15 +09:00
clang-win64.json Bug 1564252 - Move to clang 8.0.1 r=glandium 2019-08-20 21:06:24 +02:00
compiler-rt-cross-compile.patch
compiler-rt-no-codesign.patch
downgrade-mangling-error.patch
find_symbolizer_linux.patch
llvm-debug-frame.patch
loosen-msvc-detection.patch
mingwclang-Reapply-llvm-objcopy-COFF-Implement-add-gnu-debuglin.patch
mingwclang-llvm-objcopy-COFF-Add-support-for-removing-sections.patch
mingwclang-llvm-objcopy-COFF-Clear-the-unwritten-tail-of-coff_s.patch
mingwclang-llvm-objcopy-COFF-Error-out-on-use-of-unhandled-opti.patch
mingwclang-llvm-objcopy-COFF-Fix-handling-of-aux-symbols-for-bi.patch
mingwclang-llvm-objcopy-COFF-Implement-only-keep-debug.patch
mingwclang-llvm-objcopy-COFF-Implement-only-section.patch
mingwclang-llvm-objcopy-COFF-Implement-strip-debug.patch
mingwclang-llvm-objcopy-COFF-Remove-a-superfluous-namespace-qua.patch
mingwclang-llvm-objcopy-COFF-Update-symbol-indices-in-weak-exte.patch
mingwclang-llvm-objcopy-Consistently-use-createStringError-inst.patch
mingwclang-llvm-objcopy-Return-Error-from-Buffer-allocate-ELF-W.patch
r277806.patch
r285657.patch
r289565-for-3.9.patch
r313872.patch
r322325.patch
r322401.patch
r325356.patch
r339636.patch
r350774.patch
r357725-asan-vs2019.patch
rename_gcov_flush.patch
rename_gcov_flush_7.patch
revert-r355311.patch
static-llvm-symbolizer.patch
unpoison-thread-stacks.patch
workaround-issue38586.patch

README

build-clang.py
==============

A script to build clang from source.

```
usage: build-clang.py [-h] -c CONFIG [--clean]

optional arguments:
  -h, --help            show this help message and exit
  -c CONFIG, --config CONFIG
                        Clang configuration file
  --clean               Clean the build directory
```

Pre-requisites
--------------
* Working build toolchain.
* git
* CMake
* Ninja
* Python 2.7 and 3

Please use the latest available CMake for your platform to avoid surprises.

Config file format
------------------

build-clang.py accepts a JSON config format with the following fields:

* stages: Use 1, 2, or 3 to select different compiler stages.  The default is 3.
* python_path: Path to the Python 2.7 installation on the machine building clang.
* gcc_dir: Path to the gcc toolchain installation, only required on Linux.
* cc: Path to the bootsraping C Compiler.
* cxx: Path to the bootsraping C++ Compiler.
* as: Path to the assembler tool.
* ar: Path to the library archiver tool.
* ranlib: Path to the ranlib tool (optional).
* libtool: Path to the libtool tool (optional).
* ld: Path to the linker.
* patches: Optional list of patches to apply.
* build_type: The type of build to make.  Supported types: Release, Debug, RelWithDebInfo or MinSizeRel.
* build_libcxx: Whether to build with libcxx.  The default is false.
* build_clang_tidy: Whether to build clang-tidy with the Mozilla checks imported.  The default is false.
* osx_cross_compile: Whether to invoke CMake for OS X cross compile builds.
* assertions: Whether to enable LLVM assertions.  The default is false.

The revisions are defined in taskcluster/ci/fetch/toolchains.yml. They are usually commit sha1s corresponding to upstream tags.

Environment Variables
---------------------

The following environment variables are used for cross-compile builds targeting OS X on Linux.

* CROSS_CCTOOLS_PATH: Path to the cctools directory where the cross compiler toolchain is located.
* CROSS_SYSROOT: Path to the OS X SDK directory for cross compile builds.