]> granicus.if.org Git - clang/commit
[OpenMP] Make default OpenMP library (the one selected with just -fopenmp)
authorRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 20 May 2015 22:48:44 +0000 (22:48 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 20 May 2015 22:48:44 +0000 (22:48 +0000)
commit090194f4ad7b59f5712a1a5ce15960f3a52dd947
tree61d395b20192800a1c3b3f6227121544060929ee
parent4574f723bd33d25e6209fe7514ac116b8ed27d0f
[OpenMP] Make default OpenMP library (the one selected with just -fopenmp)
configurable in the CMake build. There shouldn't be any change in default
behavior.

Derived from a patch by Daniel Jasper!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@237850 91177308-0d34-0410-b5e6-96231b3b80d8
CMakeLists.txt
lib/Driver/Tools.cpp
test/OpenMP/linking.c