[Openmp-commits] [PATCH] LLVM OpenMP CMake Overhaul
Christopher Bergström
cbergstrom at pathscale.com
Fri Jun 26 02:22:53 PDT 2015
One of the previous comments in this thread was that there is an
assumption that libomp will be installed to /usr/lib or some system
directory. I absolutely don't believe that should be done. The
-fopenmp or equivalent flag should add the correct (private) includes
(C/C++/Fortran module) and -L/-rpath lib location. This is really
compiler internal and private. LLVM was the odd duck by relying on the
gcc OMP lib before. If llvm had Fortran support - that wouldn't likely
have ever happened from the start.
REPOSITORY
rL LLVM
http://reviews.llvm.org/D10656
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the Openmp-commits
mailing list