llvm-project/lldb/source/Host
Chris Bieneman 5f15a30bb1 Find clang resource directory via *nix-style lookup
Summary:
This patch allows the Darwin build to fall back to to Posix-style lookups for the clang resource directory if the debugger library isn't inside a framework.

The patch also includes a bit of refactoring and cleanup around the *nix resolution of the binary and lib directories to reuse the code instead of duplicating it.

With this patch Darwin builds that don't build a framework only have 3 failing tests on my system (TestExec.py).

Reviewers: zturner, labath, spyffe, tfiala

Subscribers: lldb-commits

Differential Revision: https://reviews.llvm.org/D26170

llvm-svn: 285838
2016-11-02 17:19:23 +00:00
..
android *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
common Remove TimeValue usage from FileSpec.h 2016-11-01 16:11:14 +00:00
freebsd Try to fix freebsd and android builds. 2016-09-19 18:03:54 +00:00
linux Fix build error on Android again. 2016-10-05 23:51:13 +00:00
macosx Find clang resource directory via *nix-style lookup 2016-11-02 17:19:23 +00:00
netbsd Unbreak the NetBSD build after recent changes 2016-09-20 22:26:29 +00:00
posix Find clang resource directory via *nix-style lookup 2016-11-02 17:19:23 +00:00
windows Convert some Args index-based iteration to range-style iteration. 2016-10-05 23:40:23 +00:00
CMakeLists.txt Remove a duplicated block in cmake. 2016-07-28 22:11:54 +00:00