[Lldb-commits] [lldb] r357115 - Add LLDB_LIBDIR_SUFFIX to Config.h to unbreak the Xcode project
Adrian Prantl via lldb-commits
lldb-commits at lists.llvm.org
Wed Mar 27 12:22:55 PDT 2019
Author: adrian
Date: Wed Mar 27 12:22:55 2019
New Revision: 357115
URL: http://llvm.org/viewvc/llvm-project?rev=357115&view=rev
Log:
Add LLDB_LIBDIR_SUFFIX to Config.h to unbreak the Xcode project
Modified:
lldb/trunk/include/lldb/Host/Config.h
Modified: lldb/trunk/include/lldb/Host/Config.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Host/Config.h?rev=357115&r1=357114&r2=357115&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Host/Config.h (original)
+++ lldb/trunk/include/lldb/Host/Config.h Wed Mar 27 12:22:55 2019
@@ -13,6 +13,8 @@
// This block of code only exists to keep the Xcode project working in the
// absence of a configuration step.
+#define LLDB_LIBDIR_SUFFIX ""
+
#define LLDB_CONFIG_TERMIOS_SUPPORTED 1
#define LLDB_EDITLINE_USE_WCHAR 1
More information about the lldb-commits
mailing list