[PATCH] D57733: gn build: Upgrade to NDK r19.

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 4 19:33:56 PST 2019


pcc created this revision.
pcc added a reviewer: thakis.
Herald added subscribers: mgorny, kubamracek, srhines.
Herald added a project: LLVM.

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.


Repository:
  rL LLVM

https://reviews.llvm.org/D57733

Files:
  compiler-rt/CMakeLists.txt
  compiler-rt/test/hwasan/TestCases/sizes.cpp
  compiler-rt/test/lit.common.cfg
  compiler-rt/test/lit.common.configured.in
  llvm/utils/gn/build/BUILD.gn
  llvm/utils/gn/build/toolchain/compiler.gni
  llvm/utils/gn/build/toolchain/target_flags.gni
  llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn
  llvm/utils/gn/secondary/compiler-rt/test/test.gni

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57733.185222.patch
Type: text/x-patch
Size: 5994 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190205/786b14c6/attachment.bin>


More information about the llvm-commits mailing list