diff options
Diffstat (limited to 'llvm/utils/gn/build/toolchain/compiler.gni')
-rw-r--r-- | llvm/utils/gn/build/toolchain/compiler.gni | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/utils/gn/build/toolchain/compiler.gni b/llvm/utils/gn/build/toolchain/compiler.gni index 92d965ef967..c7e89b32a74 100644 --- a/llvm/utils/gn/build/toolchain/compiler.gni +++ b/llvm/utils/gn/build/toolchain/compiler.gni @@ -9,6 +9,10 @@ declare_args() { # On Windows, setting this also causes lld-link to be used as linker. # 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 + # Android will be enabled. + android_ndk_path = "" } declare_args() { |