[all-commits] [llvm/llvm-project] 72cac5: gn build: Do not build libunwind.so for Android.
pcc via All-commits
all-commits at lists.llvm.org
Thu Oct 6 20:53:54 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 72cac51779d68080ac6b2b1e4afc052081349709
https://github.com/llvm/llvm-project/commit/72cac51779d68080ac6b2b1e4afc052081349709
Author: Peter Collingbourne <peter at pcc.me.uk>
Date: 2022-10-06 (Thu, 06 Oct 2022)
Changed paths:
M llvm/utils/gn/secondary/libunwind/src/BUILD.gn
Log Message:
-----------
gn build: Do not build libunwind.so for Android.
Android does not use a shared libunwind.so and its presence in the build
directory can be harmful, for example it can end up being dynamically
linked against while not being present on the device.
More information about the All-commits
mailing list