[Lldb-commits] [PATCH] D64118: [lldb_test_suite] Fix lldb test suite targeting remote Android
Stephen Hines via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Jul 3 10:41:36 PDT 2019
srhines added inline comments.
================
Comment at: lldb/packages/Python/lldbsuite/test/make/Android.rules:93
-L$(NDK_ROOT)/sources/cxx-stl/llvm-libc++/libs/$(STL_ARCH) \
- $(NDK_ROOT)/sources/cxx-stl/llvm-libc++/libs/$(STL_ARCH)/libc++.a
+ $(NDK_ROOT)/sources/cxx-stl/llvm-libc++/libs/$(STL_ARCH)/libc++_static.a \
+ -lc++abi
----------------
This line could just be -lc++_static now for more simplicity (much like the next line).
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64118/new/
https://reviews.llvm.org/D64118
More information about the lldb-commits
mailing list