aboutsummaryrefslogtreecommitdiff
path: root/lib/libomp
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2019-12-20 19:53:05 +0000
committerDimitry Andric <dim@FreeBSD.org>2019-12-20 19:53:05 +0000
commit0b57cec536236d46e3dba9bd041533462f33dbb7 (patch)
tree56229dbdbbf76d18580f72f789003db17246c8d9 /lib/libomp
parent718ef55ec7785aae63f98f8ca05dc07ed399c16d (diff)
Notes
Diffstat (limited to 'lib/libomp')
-rw-r--r--lib/libomp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libomp/Makefile b/lib/libomp/Makefile
index f64ee0369b2e..5fcc09ed7380 100644
--- a/lib/libomp/Makefile
+++ b/lib/libomp/Makefile
@@ -4,7 +4,7 @@
SHLIB_NAME= libomp.so
-OMPSRC= ${SRCTOP}/contrib/openmp/runtime/src
+OMPSRC= ${SRCTOP}/contrib/llvm-project/openmp/runtime/src
ITTSRC= ${OMPSRC}/thirdparty/ittnotify
.PATH: ${OMPSRC}
.PATH: ${ITTSRC}