Compare commits

..

68 Commits

Author SHA1 Message Date
Yi Kong
5fc9310638 Include darwin-universal prebuilt clang am: ec22e618c2
Original change: https://android-review.googlesource.com/c/platform/manifest/+/1737496

Change-Id: I6562197f650b32eb60e70d5c8b31fd34ace4f401
2021-06-15 18:34:19 +00:00
Yi Kong
ec22e618c2 Include darwin-universal prebuilt clang
Bug: 190982865
Change-Id: I9671d20da235e009a950a304aa21dc36ebefbd7a
2021-06-15 20:27:38 +08:00
Pirama Arumuga Nainar
6457bc447c Remove unused toolchain/prebuilts/ndk/r20 am: 36959c82e7
Original change: https://android-review.googlesource.com/c/platform/manifest/+/1646694

Change-Id: I762023cad7d68c88e566d805fbe223da49e3f222
2021-03-19 20:58:46 +00:00
Pirama Arumuga Nainar
36959c82e7 Remove unused toolchain/prebuilts/ndk/r20
Test: presubmit
Change-Id: I7c79d62efee15bd86f4b265ff579fe0d754eb1ff
2021-03-18 18:22:52 -07:00
Pirama Arumuga Nainar
12e4e89b72 Add ndk r23 to llvm-toolchain manifest am: 784860729d
Original change: https://android-review.googlesource.com/c/platform/manifest/+/1628863

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I221ac3b421aaddb9833c2c380bc3adc076962719
2021-03-11 23:18:43 +00:00
Pirama Arumuga Nainar
784860729d Add ndk r23 to llvm-toolchain manifest
Bug: http://b/182416735

Test: T/H
Change-Id: I5c32171954a904251211bec5cc4b20cb72c82e93
2021-03-11 13:07:01 -08:00
Haibo Huang
d224883d8a Add libncurses to llvm-toolchain manifests am: 182b984cc4
Original change: https://android-review.googlesource.com/c/platform/manifest/+/1507096

Change-Id: I800042a29c9e9340bcfedbd4b31b9ddf1def5b98
2020-12-02 20:10:24 +00:00
Haibo Huang
c836d7180d Add libncurses to llvm-toolchain manifests
Bug: 172971586
Change-Id: Iac652a81f8d61217fcdb2736c86dcf893cd4947e
(cherry picked from commit 182b984cc4)
2020-12-02 17:25:26 +00:00
Haibo Huang
182b984cc4 Add libncurses to llvm-toolchain manifests
Bug: 172971586
Change-Id: Iac652a81f8d61217fcdb2736c86dcf893cd4947e
2020-11-26 03:00:23 +00:00
Haibo Huang
1a42455af0 Add libxml2 to llvm-toolchain manifests am: 091b5cc811
Original change: https://android-review.googlesource.com/c/platform/manifest/+/1384675

Change-Id: Id54711e1715f6f83d9dd65eb8c1d9b8a4d136c34
2020-08-06 00:08:29 +00:00
Haibo Huang
091b5cc811 Add libxml2 to llvm-toolchain manifests
Change-Id: I4d643268c199e3a3fce72270db837d56a10a62c4
2020-08-04 13:32:46 -07:00
Haibo Huang
e4016ed762 Adds xz to llvm-toolchain manifest am: cba099aaf6
Original change: https://android-review.googlesource.com/c/platform/manifest/+/1371225

Change-Id: I219ada2cc8c6dbbedce52de8694766e80faafd32
2020-07-24 18:59:27 +00:00
Haibo Huang
cba099aaf6 Adds xz to llvm-toolchain manifest
Bug: 161925045
Change-Id: I027617ed60bb2baf9b5f24892b64f1d86da4f3bc
2020-07-23 23:04:03 +00:00
Ryan Prichard
bcbf8a1a50 Use newer ninja binary in prebuilts/build-tools am: d847a7f370
Original change: https://android-review.googlesource.com/c/platform/manifest/+/1323713

Change-Id: Ib1466a15cd699ea8b2e53b465386878819115fb5
2020-06-05 21:55:59 +00:00
Ryan Prichard
d847a7f370 Use newer ninja binary in prebuilts/build-tools
The ninja in prebuilts/ninja/${host}/ninja is much older -- it's based
on 1.6.0 rather than 1.8.2. They use different depslog formats, so when
I invoke ninja by hand, it blows away the log and forces a complete
rebuild. Using the same version as the rest of Android avoids that.

Change-Id: I75bdb7e6547d1c4673af10a3218d14a2813ffb2d
2020-06-03 16:18:15 -07:00
Haibo Huang
3ffb17aaf0 Change to use libedit / swig sources am: 3884cfab24
Change-Id: I6d44a760a007370868d1e5656ca245f71d8e9a53
2020-04-29 05:40:26 +00:00
Haibo Huang
3884cfab24 Change to use libedit / swig sources
Change-Id: Iccd74c04ce9ab6b94ea8c5bc0f5a8db3f8b8e483
2020-04-28 05:15:05 +00:00
Yi Kong
6d02d85552 Shallow clone the prebuilt binaries am: 51c9579bb8
Change-Id: I34392d2afc0275ce71cae054b10eebf05a59fae7
2020-03-30 18:56:30 +00:00
Yi Kong
51c9579bb8 Shallow clone the prebuilt binaries
We don't actually use the deleted prebuilt binaries very often, but
their entire revision history is taking a lot of disk space. Shallow
clone them by default.

Also removed MIPS GCC toolchains from manifests.
2020-03-27 15:08:42 +08:00
Automerger Merge Worker
3972257ca0 Remove build-tools from manifest am: 1dd5cca8d5
Change-Id: I338251611aaa0d1368fca765e3fc475fe2563eee
2020-03-09 20:24:17 +00:00
Haibo Huang
1dd5cca8d5 Remove build-tools from manifest
prebuilts/python is used now.

Change-Id: I8339fd972672ab76c7da47d55c8d1daf73a8acd6
2020-03-06 13:19:50 -08:00
Automerger Merge Worker
9dc81036d2 Adds python3 to manifest am: bf02726eec
Change-Id: Iebdb33b2716b992dc3bb4ee8a3d5369a548c3298
2020-03-05 15:49:30 +00:00
Haibo Huang
bf02726eec Adds python3 to manifest
Change-Id: Ib76acd76ce0d4f97205168c644089542adeada2c
2020-03-03 16:16:47 -08:00
Automerger Merge Worker
3580cd3fe8 Adds ninja prebuilts am: 55e5fcc1a7
Change-Id: Ib0b6a79ee5c82c73bb62307327f9fcd2bd7e00e4
2020-03-02 16:48:42 +00:00
Haibo Huang
55e5fcc1a7 Adds ninja prebuilts
The new cmake does not come with a ninja binary

Change-Id: Idcb84dde63e09be4af0c3fbefabb1e107ec25282
2020-02-29 21:59:14 +00:00
Inna Palant
87a7eb1c03 Manifest for llvm-toolchain-testing branch
Bug: 148889324
2020-02-05 08:58:20 -08:00
Chih-Hung Hsieh
f23e9de971 Use newer prebuilts/python/windows-x86
Change-Id: Ieac0dd5d5a25bef782ac5057086a8f904fbee0b4
2020-02-04 10:36:23 -08:00
Pirama Arumuga Nainar
b0e3e4662d Add prebuilts/build-tools to llvm-toolchain manifest
This is needed for python3.

Change-Id: Ibdaa5fb4ca48ec8078475271a1adf091315742b7
2020-01-28 22:08:21 -08:00
Stephen Hines
3c23c155a8 Add Go prebuilts to llvm-toolchain branch.
Test: N/A
Change-Id: Iaff1a423b13186ae6d7e73ac418da40b00553855
2019-10-02 14:20:39 -07:00
Haibo Huang
8418892535 [Toolchain] Add swig / python / libedit prebuilts
Test: NA
Change-Id: I65b08c6254cb87b896ef05a28ac7493205db6b70
2019-09-18 13:56:51 -07:00
Haibo Huang
24f94f8223 [Toolchain] Add libedit to manifests
Test: sync
Change-Id: Iacc149e2c5217544ccea5ec0911a7dca21544038
2019-09-04 04:51:37 +00:00
Yi Kong
021f0871d8 Remove unused NDK r16 project from manifest 2019-07-23 18:58:26 -07:00
Yi Kong
135194c6df Switch NDK r19 to r20 2019-07-15 16:55:19 -07:00
Yi Kong
2c0075250d Add the checked-in NDK r19 to the manifest
Test: repo sync -m <new_manifest>.xml
2019-07-12 13:00:44 -07:00
Yi Kong
2e11eb6dca Add Python-2.7.5 to the llvm-toolchain manifest
Bug: 135764137
Test: repo sync with the new manifest
2019-06-24 23:23:03 +08:00
Nick Desaulniers
6981c99717 remove windows-x86_32 prebuilts of clang
Bug: 135474515
Change-Id: I2a5814df4617ce26fe480ebedc6862fecd0086ae
2019-06-17 15:27:24 -07:00
Nick Desaulniers
9be692f6eb Remove the old multirepo llvm sources
in favor of the new llvm monorepo in toolchain/llvm-project.

Bug: 131714073
Change-Id: I4816e8c09e60ecaf5d41f8d84a520261bf4daad5
2019-06-05 15:44:00 -07:00
Nick Desaulniers
322ed0faa4 switch to master-legacy branch for now
Create a separate branch than master that will contain cherry picks
until we figure out a new branching strategy.

Bug: 131714073
Change-Id: Ib17509f42ce1b93edf7644421139df6358fa5dde
2019-05-20 14:56:39 -07:00
Nick Desaulniers
9f7830a598 update manifest to add llvm monorepo
Use the master branch of the newly created:
https://android.googlesource.com/toolchain/llvm-project/+/refs/heads/master

Bug: 131714073
Change-Id: Ifce3b8c632e7b0e167bd06a4a7fc5f376ec53a91
2019-05-14 13:16:02 -07:00
Pirama Arumuga Nainar
e78cca9d75 Remove glibc2.15 from the llvm-toolchain manifest
Bug: http://b/111358231

Test: N/A
Change-Id: Id52d7a56247d79bc03559f61a3901fe6ac7e31ba
2019-02-21 10:13:21 -08:00
Pirama Arumuga Nainar
4d9cdee5a6 Add glibc-2.17 to the llvm-toolchain manifest
Bug: http://b/111358231

Test: repo sync the new manifest
Change-Id: Ic652d627f04b789372a08b221c71ba04bdba7d18
2019-02-20 17:09:59 -08:00
Ian Kasprzak
bdffd6a965 Add side-branch notification to manifest.
See go/side-branch-testing.

Testing: Validated with validate_repo_branch.par

Change-Id: I69f9ad4b3464e3dd493f4a5a86577d8ec7a8f774
2019-01-30 16:45:04 +00:00
Stephen Hines
b22d2df047 Add external/toolchain-utils to aosp/llvm-toolchain.
Change-Id: I09d108477b43adf833407f422bc8758d3def6369
2018-09-18 09:23:25 -07:00
Stephen Hines
fa5ab9b334 Remove unused ndk r15 prebuilts.
Bug: http://b/64037266
Test: synced/built with this manifest.
Change-Id: I0637e3be9e4351ec82634cfc27ca04cb8dc43368
2018-03-20 13:46:46 -07:00
Bill Yi
76cf271ce5 remove x86_64-linux-glibc2.11-4.8 prebuilt
BUG:74125046
TEST:python toolchain/llvm/android/build.py
Change-Id: Ifaf7d57231110334677ee95d2a950c8ec2e76ead
2018-03-16 09:56:00 -07:00
Yi Kong
9b2a480766 Add the checked-in NDK r16 to the manifest
Test: repo sync -m <new_manifest>.xml
2017-12-09 00:31:16 +00:00
Stephen Hines
59f2dd5a5c Un-nest projects from toolchain/llvm and switch to symlinks.
The Android manifests don't really expect nested repositories, so we are
un-nesting our LLVM toolchain until the monorepo exists (where
everything is all together anyways). As part of this manifest change, we
also add the proper symlinks for the git projects to other top-level git
projects (i.e. toolchain/llvm/tools/clang -> toolchain/clang).

Test: toolchain/llvm_android/build.py and toolchain/llvm/android/build.py
Change-Id: Ie6b8e10381c05774301357cbb74086705e3bd769
2017-11-09 00:35:22 -08:00
Thomas Joseph Avila
139c840aa8 add toolchain/llvm_android
Bug: 68728864
2017-11-01 08:33:25 -07:00
Stephen Hines
7f1c3a383c Add windows_x86_32 to our llvm-toolchain manifest.
Test: None
Change-Id: I582fa951a7e17e8e4038fc0e960b861e705544fb
2017-09-20 17:02:06 -07:00
Stephen Hines
5d98ce1e30 Remove unnecessary symlink for llvm.
Test: None
Change-Id: I8d7194dee2d9ec516c1dc311ab7569b68e989b22
2017-08-21 16:13:34 -07:00
Stephen Hines
054f6e0fdc Add toolchain/binutils to the manifest.
Bug: http://b/64691112
Test: None

This is needed so that we can pick up the necessary plugin-api.h header
file on non-Windows platforms.

Change-Id: I05cfa3ab4a8ba8bda5b9be2b7edebf60865f2a3e
2017-08-14 17:57:14 -07:00
Pirama Arumuga Nainar
290606331d Adjust the NDK projects
Bug: http://b/28196329

- Remove prebuilts/ndk
- Mount toolchain/prebuilts/ndk/r15 in toolchain/* instead of at the
top.  This layout is shared with the master-plus-llvm branch, where we
don't want to confuse this with other projects in AOSP master.

Test: repo init -m <new_manifest.xml>
Change-Id: I9e5384fa4a8676bb23a0ea1b9e0ef76f4982a1a6
2017-07-28 11:49:07 -07:00
Pirama Arumuga Nainar
d333b612fe Add lld to the llvm-toolchain manifest
Bug: http://b/63619337

Test: repo init ... -m <new-manifest-file>
Change-Id: I8a9c046c1d194640f2d0732bf99f6e0167ad26d8
2017-07-17 12:37:34 -07:00
Pirama Arumuga Nainar
5632c565a2 Add the checked-in NDK r15 to the manifest
Bug: http://b/28196329

We should use this instead of the prebuilts/ndk project used in the
platform.  We can remove prebuilts/ndk after we switch to using
prebuilts/ndk/r15.

Test: repo sync -m <new_manifest>.xml

Change-Id: I92058f4eda7fc65c56f7d17f8b4fa932e179baaf
2017-07-12 13:49:09 -07:00
Stephen Hines
c024e4ab62 Move entire toolchain underneath toolchain/ dir.
This change also adds a symlink for the top-level llvm/ directory, so
that we don't break our automated builds. Once we switch the automated
builds to use toolchain/llvm as the base directory for executing the
build script, we can delete the symlink rule.

Bug: http://b/28196329
Test: Checked out and built toolchain with this manifest.
Change-Id: I7aafaa0cad25df90846831827ab8141ad60d2ec5
2017-06-08 00:42:59 -07:00
Stephen Hines
4f6d3ffd83 Add bionic to llvm-toolchain manifest.
Change-Id: Ib07ade873df864055ef2a603063e3ce8410334c1
2017-05-15 18:00:34 -07:00
Pirama Arumuga Nainar
f986896e26 Include CMake prebuilts
Bug: http://b/28196329

Include CMake prebuilts from prebuilts/cmake/{linux-x86,darwin-x86}
which has the minimum version needed by the LLVM upstream build.

Test: Checkout llvm-toolchain branch
Test: Copy default.xml to .repo/manifests
Test: 'repo sync'
Change-Id: I620507dc2ec573ac46254cd61a4fd5a1d1e28691
2017-02-17 12:10:59 -08:00
Stephen Hines
6608c63a5e Add prebuilts/ndk to llvm-toolchain manifest.
Bug: http://b/28196329
Change-Id: I16af891ebfc67a67a42c9071f0137e396d8d6e76
2016-06-20 20:52:46 -07:00
Stephen Hines
1fcc140534 Add gcc/binutils prebuilts to aosp/llvm-toolchain.
Bug: http://b/28196329
Change-Id: I67852aafda4492b9faabbeb0cf81440252fc9e8c
2016-06-01 11:36:54 -07:00
Bill Rassieur
f884a7c489 Initial manifest for branch llvm-toolchain.
BUG: 29011228
2016-06-01 10:59:23 -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 51 additions and 1070 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