llvm-project/lldb/source
Ewan Crawford c6bef146ca Fix OSX cmake build
Commit r260721(http://reviews.llvm.org/D17182) introduced the following error when building for OSX using cmake:

Undefined symbols for architecture x86_64:

"_PyInit__lldb", referenced from:
   -exported_symbol[s_list] command line option

ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Adding '*' to the regex solves this problem, since it makes the symbol optional.

Reviewers: sivachandra, zturner, labath
Subscribers: lldb-commits
Differential Revision: http://reviews.llvm.org/D17384

llvm-svn: 261227
2016-02-18 17:01:40 +00:00
..
API Fix OSX cmake build 2016-02-18 17:01:40 +00:00
Breakpoint Remove autoconf support from source directories. 2016-01-28 22:05:24 +00:00
Commands Fix buildbot failure because I got an include path wrong. 2016-02-16 04:20:56 +00:00
Core [LLDB][MIPS] Provide CPU string to compiler for appropriate code generation for MIPS 2016-02-18 11:53:28 +00:00
DataFormatters Data formatter support for libc++ std::atomic<T> 2016-02-12 22:18:24 +00:00
Expression Add -Wimplicit-fallthrough command line option to clang in 2016-02-16 04:14:33 +00:00
Host Make HostThread SetName work on OS X. GetName doesn't currently work, the code that was in 2016-02-04 19:42:32 +00:00
Initialization Remove Timer::Initialize routine 2016-02-01 13:29:41 +00:00
Interpreter Add -Wimplicit-fallthrough command line option to clang in 2016-02-16 04:14:33 +00:00
Plugins [LLDB][MIPS] Provide CPU string to compiler for appropriate code generation for MIPS 2016-02-18 11:53:28 +00:00
Symbol Improve the handling of missing elf symtab and missing symbol sizes 2016-02-18 11:12:18 +00:00
Target Fix Clang-tidy modernize-use-nullptr warnings; other minor fixes. 2016-02-18 00:10:17 +00:00
Utility Remove autoconf support from source directories. 2016-01-28 22:05:24 +00:00
CMakeLists.txt Add initial CMake glue for the NetBSD platform 2015-10-24 00:27:04 +00:00
lldb.cpp Add more NetBSD platform glue for lldb 2015-11-07 15:31:54 +00:00