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: unassignedclangb...@nondot.org
          Reporter: lebedev...@gmail.com
                CC: llvm-bugs@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to