]> granicus.if.org Git - clang/commit
Support linking against OpenMP runtime on FreeBSD.
authorDimitry Andric <dimitry@andric.com>
Sun, 18 Oct 2015 13:32:20 +0000 (13:32 +0000)
committerDimitry Andric <dimitry@andric.com>
Sun, 18 Oct 2015 13:32:20 +0000 (13:32 +0000)
commit08ead09cfb963d8d894721a33d6990a20a5d8cf1
tree81061b4747470dc3cac2ec6ed93a5f2d834b96d7
parenta055582ecc0eb61c7614a9c379ee95577e859442
Support linking against OpenMP runtime on FreeBSD.

Summary:
Similar to rL248426 (which was a followup to rL248379 and rL248424), add the
required libraries for OpenMP on the linker command line, and update the test
case.

Reviewers: emaste, theraven, joerg

Subscribers: cfe-commits

Differential Revision: http://reviews.llvm.org/D13822

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@250657 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/Tools.cpp
test/Driver/fopenmp.c