diff options
| author | Peter Collingbourne <peter@pcc.me.uk> | 2019-02-05 05:10:19 +0000 |
|---|---|---|
| committer | Peter Collingbourne <peter@pcc.me.uk> | 2019-02-05 05:10:19 +0000 |
| commit | 6141b037a98ae641eb60f5344d244252871a21cf (patch) | |
| tree | 87e40d40c87ba2f04129228aa7b24c09b81336ba /llvm/utils/gn/build/toolchain/compiler.gni | |
| parent | 31259c52ff76d16d758e6234ea2ac4778a0e59f3 (diff) | |
| download | bcm5719-llvm-6141b037a98ae641eb60f5344d244252871a21cf.tar.gz bcm5719-llvm-6141b037a98ae641eb60f5344d244252871a21cf.zip | |
gn build: Upgrade to NDK r19.
NDK r19 includes a sysroot that can be used directly by the compiler
without creating a standalone toolchain, so we just need a handful
of flags to point Clang there.
Differential Revision: https://reviews.llvm.org/D57733
llvm-svn: 353139
Diffstat (limited to 'llvm/utils/gn/build/toolchain/compiler.gni')
| -rw-r--r-- | llvm/utils/gn/build/toolchain/compiler.gni | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/gn/build/toolchain/compiler.gni b/llvm/utils/gn/build/toolchain/compiler.gni index 3c419fb29a1..37ad1f5bc31 100644 --- a/llvm/utils/gn/build/toolchain/compiler.gni +++ b/llvm/utils/gn/build/toolchain/compiler.gni @@ -10,7 +10,7 @@ declare_args() { # Example value: getenv("HOME") + "/src/llvm-build/Release+Asserts" clang_base_path = "" - # Set this to the path to Android NDK r18b. If set, cross compilation targeting + # Set this to the path to Android NDK r19. If set, cross compilation targeting # Android will be enabled. android_ndk_path = "" } |

