[llvm-bugs] [Bug 40139] New: clang OpenMP support does not work from build dir (as opposed to install)

via llvm-bugs llvm-bugs at lists.llvm.org
Sat Dec 22 12:47:25 PST 2018


https://bugs.llvm.org/show_bug.cgi?id=40139

            Bug ID: 40139
           Summary: clang OpenMP support does not work from build dir (as
                    opposed to install)
           Product: OpenMP
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Clang Compiler Support
          Assignee: unassignedclangbugs at nondot.org
          Reporter: lebedev.ri at gmail.com
                CC: llvm-bugs at lists.llvm.org

When clang+openmp is build, if one uses ./bin/clang -fopenmp, 
it does not really work, because it still tries to pull libomp.so and omp.h
from system, not from the build dir.

While this is not too surprising, it it somewhat inconvenient.
It would be pretty nice for that to work out-of-the-build-dir,
to not need to workaround that with symlinks.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20181222/d73b8de3/attachment.html>


More information about the llvm-bugs mailing list