Compare commits

..

13 Commits

Author SHA1 Message Date
Xin Li
6ffe1b3488 DO NOT MERGE ANYWHERE - Update llvm to use main branch.
Bug: b/289400079
Change-Id: I879b779cf4f5e3f846888816995de3caf37ab4c5
2023-07-31 09:31:59 -07:00
Dan Willemsen
f68acf3e9a Update llvm manifest with build system changes
* platform/build must be checked out into build/make
* bootstrap.bash is obsolete
* prebuilts/ninja is obsolete
* external/golang-protobuf will be required

The use of build instead of build/make was causing my soong_ui change to
fail: https://android-review.googlesource.com/c/platform/build/soong/+/464643

Test: sync
Test: DIST_DIR=dist OUT_DIR=out python external/clang/build.py --build-name P4694484 --no-multi-stage --no-pgo-clang --no-debug-clang
Change-Id: I53b7a8eef9fda21285358052c0ec11423bf5dfb2
2017-08-22 16:14:37 -07:00
Pirama Arumuga Nainar
ec2767b572 Add external/lzma to llvm manifest
This is required to build libcompiler_rt.so.

Test: In external/compiler-rt:
    FORCE_BUILD_SANITIZER_SHARED_OBJECTS=true \
        SOONG_ALLOW_MISSING_DEPENDENCIES=true mma
does not complain about missing lzma.

Change-Id: I8c457afc31fc4bf9a54cd5cd263823a358ef3bac
2016-09-14 21:56:41 +00:00
Dan Albert
4fde393add Swap external/gtest for external/googletest.
Test: build.py
Bug: http://b/16574165
2016-09-12 14:13:43 -07:00
Stephen Hines
ed9c3a859a Add external/gtest to the llvm manifest.
Test: Built aosp/llvm using external/clang/build.py.

We need external/gtest in order to be able to build/package up
asan_test.

Change-Id: Ic2b3ba231f2f5333baeddbf671d53ba6725af734
2016-08-02 23:48:38 -07:00
Xin Li
2b5ea8371f Add prebuilts/build-tools.
Bug: 27944293
(cherry picked from commit d565cb306f)

Change-Id: I9965af78b7977c4667838fa1b6096611a4f741a1
2016-05-04 14:05:06 -07:00
Pirama Arumuga Nainar
c201a1bcb4 Add external/openmp_llvm to the aosp/llvm manifest.
Bug: http://b/27617302
Change-Id: I2507a34a946c569b875ad62c607cdc57e2c25b90
2016-04-21 14:41:52 -07:00
Stephen Hines
8c3e2088d8 Add clang-tools-extra to the aosp/llvm manifest.
Bug: http://b/27851857
Change-Id: I6618fc876949b35a2d31180113b1a2bee0e7f1bb
2016-04-13 15:34:43 -07:00
Dan Willemsen
7a37dd810f Add required build projects
build/blueprint, build/soong: Soong implementation
prebuilts/go/{darwin,linux}-x86: Go, for Soong
prebuilds/sdk: Contains Kati prebuilts

Bug: 27533820
Change-Id: Ib5d6e8ca2280f5089c3cafd0f2c640d6a85cdc31
2016-03-09 23:37:16 -08:00
Dan Albert
03f7befffa Add prebuilts/ndk to the LLVM manifest.
Bug: http://b/26115001
2015-12-09 16:14:10 -08:00
Stephen Hines
73789ba181 Add windows-x86 Clang prebuilts to the aosp/llvm manifest.
Change-Id: I533cd8c7c5f877cf67d95ce21f8e81dd99c22fce
2015-11-17 18:20:59 -08:00
Dan Albert
b12a59b499 LLVM build manifest.
Bug: http://b/17441393
2015-11-12 15:52:05 -08:00
Bill Yi
90c46703f8 Manifest for llvm
Change-Id: I2a4918e4e2b34fb0cb1f2b5869ae3e1fe017fe59
2015-08-07 11:47:26 -07:00
2 changed files with 36 additions and 1457 deletions

View File

@@ -1,17 +0,0 @@
# Settings in here control defaults for `repo upload` checks for all projects
# listed in the manifest. Do not turn on things here without first consulting
# the wider Android team, and make sure you send out a PSA before landing.
[Options]
ignore_merged_commits = true
[Builtin Hooks]
commit_msg_test_field = true
[Tool Paths]
clang-format = ${REPO_ROOT}/prebuilts/clang/host/${BUILD_OS}/clang-stable/bin/clang-format
git-clang-format = ${REPO_ROOT}/prebuilts/clang/host/${BUILD_OS}/clang-stable/bin/git-clang-format
gofmt = ${REPO_ROOT}/prebuilts/go/${BUILD_OS}/bin/gofmt
google-java-format = ${REPO_ROOT}/prebuilts/tools/common/google-java-format/google-java-format
google-java-format-diff = ${REPO_ROOT}/prebuilts/tools/common/google-java-format/google-java-format-diff.py
cpplint = ${REPO_ROOT}/external/google-styleguide/cpplint/cpplint.py

File diff suppressed because it is too large Load Diff