svn commit: r317103 - in projects/clang500-import: contrib/llvm/tools/lldb/include/lldb/Host lib/clang/include/lldb lib/clang/include/lldb/Host
Dimitry Andric
dim at FreeBSD.org
Tue Apr 18 20:31:03 UTC 2017
Author: dim
Date: Tue Apr 18 20:31:02 2017
New Revision: 317103
URL: https://svnweb.freebsd.org/changeset/base/317103
Log:
For lldb, delete the custom Xcode-only Host/Config.h, and provide a
pre-generated version in lib/clang/include/lldb/Host instead, similar to
what we do for clang, llvm and lld.
Added:
projects/clang500-import/lib/clang/include/lldb/
projects/clang500-import/lib/clang/include/lldb/Host/
projects/clang500-import/lib/clang/include/lldb/Host/Config.h (contents, props changed)
Deleted:
projects/clang500-import/contrib/llvm/tools/lldb/include/lldb/Host/Config.h
Added: projects/clang500-import/lib/clang/include/lldb/Host/Config.h
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ projects/clang500-import/lib/clang/include/lldb/Host/Config.h Tue Apr 18 20:31:02 2017 (r317103)
@@ -0,0 +1,20 @@
+// $FreeBSD$
+//===-- Config.h -----------------------------------------------*- C++ -*-===//
+//
+// The LLVM Compiler Infrastructure
+//
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
+
+#ifndef LLDB_HOST_CONFIG_H
+#define LLDB_HOST_CONFIG_H
+
+#define LLDB_CONFIG_TERMIOS_SUPPORTED
+
+/* #undef LLDB_DISABLE_POSIX */
+
+#define HAVE_SYS_EVENT_H 0
+
+#endif // #ifndef LLDB_HOST_CONFIG_H
More information about the svn-src-projects
mailing list