Fix host config for Android and remove android specific part form Linux.

llvm-svn: 234322
This commit is contained in:
Tamas Berghammer 2015-04-07 16:08:32 +00:00
parent 76d5df132a
commit c85b580e98
2 changed files with 1 additions and 3 deletions

View File

@ -19,7 +19,7 @@
#define LLDB_CONFIG_TERMIOS_SUPPORTED 1
#define LLDB_DISABLE_POSIX
//#define LLDB_CONFIG_TILDE_RESOLVES_TO_USER 1
//#define LLDB_CONFIG_DLOPEN_RTLD_FIRST_SUPPORTED 1

View File

@ -19,9 +19,7 @@
#define LLDB_CONFIG_TERMIOS_SUPPORTED 1
#ifndef __ANDROID__
#define LLDB_CONFIG_TILDE_RESOLVES_TO_USER 1
#endif
//#define LLDB_CONFIG_DLOPEN_RTLD_FIRST_SUPPORTED 1