[llvm-commits] [dragonegg] r123178 - in /dragonegg/trunk/freebsd: ./ llvm-os.h

Duncan Sands baldrick at free.fr
Mon Jan 10 09:31:29 PST 2011


Author: baldrick
Date: Mon Jan 10 11:31:28 2011
New Revision: 123178

URL: http://llvm.org/viewvc/llvm-project?rev=123178&view=rev
Log:
Apparently dragonegg works more or less with FreeBSD.

Added:
    dragonegg/trunk/freebsd/
    dragonegg/trunk/freebsd/llvm-os.h

Added: dragonegg/trunk/freebsd/llvm-os.h
URL: http://llvm.org/viewvc/llvm-project/dragonegg/trunk/freebsd/llvm-os.h?rev=123178&view=auto
==============================================================================
--- dragonegg/trunk/freebsd/llvm-os.h (added)
+++ dragonegg/trunk/freebsd/llvm-os.h Mon Jan 10 11:31:28 2011
@@ -0,0 +1,26 @@
+//===--------- llvm-os.h - FreeBSD specific definitions ---------*- C++ -*-===//
+//
+// Copyright (C) 2009, 2010  Duncan Sands et al.
+//
+// This file is part of DragonEgg.
+//
+// DragonEgg is free software; you can redistribute it and/or modify it under
+// the terms of the GNU General Public License as published by the Free Software
+// Foundation; either version 2, or (at your option) any later version.
+//
+// DragonEgg is distributed in the hope that it will be useful, but WITHOUT ANY
+// WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
+// A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License along with
+// DragonEgg; see the file COPYING.  If not, write to the Free Software
+// Foundation, 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA.
+//
+//===----------------------------------------------------------------------===//
+// This file provides FreeBSD specific declarations.
+//===----------------------------------------------------------------------===//
+
+#ifndef LLVM_OS_H
+#define LLVM_OS_H
+
+#endif /* LLVM_OS_H */





More information about the llvm-commits mailing list