Date: Tue, 18 Apr 2017 20:31:02 +0000 (UTC) From: Dimitry Andric <dim@FreeBSD.org> To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r317103 - in projects/clang500-import: contrib/llvm/tools/lldb/include/lldb/Host lib/clang/include/lldb lib/clang/include/lldb/Host Message-ID: <201704182031.v3IKV2aT086999@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704182031.v3IKV2aT086999>