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

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 4 20:30:02 PST 2019


thakis accepted this revision.
thakis added a comment.
This revision is now accepted and ready to land.

Nice!

Do you know if we do this in chrome already?



================
Comment at: llvm/utils/gn/build/toolchain/target_flags.gni:11
+    "--sysroot=$android_ndk_path/toolchains/llvm/prebuilt/linux-x86_64/sysroot",
+    "-B$android_ndk_path/toolchains/llvm/prebuilt/linux-x86_64",
   ]
----------------
What do we need the -B for btw? We use integrated-as and everything, right?


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57733/new/

https://reviews.llvm.org/D57733





More information about the llvm-commits mailing list