[all-commits] [llvm/llvm-project] b3516a: gn build: Bump Android API level to 29, and NDK to...
pcc via All-commits
all-commits at lists.llvm.org
Thu Dec 5 18:12:56 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b3516a0d4af39f39c3c1f5aac389c2879b0e4721
https://github.com/llvm/llvm-project/commit/b3516a0d4af39f39c3c1f5aac389c2879b0e4721
Author: Peter Collingbourne <peter at pcc.me.uk>
Date: 2019-12-05 (Thu, 05 Dec 2019)
Changed paths:
M llvm/utils/gn/build/toolchain/compiler.gni
M llvm/utils/gn/secondary/llvm/triples.gni
Log Message:
-----------
gn build: Bump Android API level to 29, and NDK to r21.
These are both necessary in order to use ELF TLS, which is needed
by the scudo unit tests.
Differential Revision: https://reviews.llvm.org/D71079
Commit: 4066591841408223dbb811a3e36df41347efcf70
https://github.com/llvm/llvm-project/commit/4066591841408223dbb811a3e36df41347efcf70
Author: Peter Collingbourne <peter at pcc.me.uk>
Date: 2019-12-05 (Thu, 05 Dec 2019)
Changed paths:
M llvm/utils/gn/secondary/BUILD.gn
A llvm/utils/gn/secondary/compiler-rt/lib/scudo/BUILD.gn
A llvm/utils/gn/secondary/compiler-rt/lib/scudo/standalone/BUILD.gn
A llvm/utils/gn/secondary/compiler-rt/lib/scudo/standalone/tests/BUILD.gn
Log Message:
-----------
gn build: Add support for building scudo and its unit tests.
Differential Revision: https://reviews.llvm.org/D71081
Compare: https://github.com/llvm/llvm-project/compare/8267be29955e...406659184140
More information about the All-commits
mailing list