summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/tools/freebsd.inc
diff options
context:
space:
mode:
authorAlp Toker <alp@nuanti.com>2014-02-28 09:42:41 +0000
committerAlp Toker <alp@nuanti.com>2014-02-28 09:42:41 +0000
commit763b93965c9d9da29193cab393cc45eefdcc35d4 (patch)
tree30314f813e308900e858d48ea5c1a3506bd4d008 /openmp/runtime/tools/freebsd.inc
parent6c6af852f924c51b91274b9b52184096bef4677e (diff)
downloadbcm5719-llvm-763b93965c9d9da29193cab393cc45eefdcc35d4.tar.gz
bcm5719-llvm-763b93965c9d9da29193cab393cc45eefdcc35d4.zip
Add support for FreeBSD
Port the OpenMP runtime to FreeBSD along with associated build system changes. Also begin to generalize affinity capabilities so they aren't tied explicitly to Windows and Linux. The port builds with stock clang and gmake and has no additional runtime dependencies. All but a handful of the validation suite tests are now passing on FreeBSD 10 x86_64. llvm-svn: 202478
Diffstat (limited to 'openmp/runtime/tools/freebsd.inc')
-rw-r--r--openmp/runtime/tools/freebsd.inc13
1 files changed, 13 insertions, 0 deletions
diff --git a/openmp/runtime/tools/freebsd.inc b/openmp/runtime/tools/freebsd.inc
new file mode 100644
index 00000000000..add7fe9d46d
--- /dev/null
+++ b/openmp/runtime/tools/freebsd.inc
@@ -0,0 +1,13 @@
+#
+#//===----------------------------------------------------------------------===//
+#//
+#// The LLVM Compiler Infrastructure
+#//
+#// This file is dual licensed under the MIT and the University of Illinois Open
+#// Source Licenses. See LICENSE.txt for details.
+#//
+#//===----------------------------------------------------------------------===//
+#
+
+include tools/linux.inc
+
OpenPOWER on IntegriCloud