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


_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to