summaryrefslogtreecommitdiffstats
path: root/clang/test/OpenMP/parallel_proc_bind_messages.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)Alexey Bataev2015-05-201-1/+1
| | | | | | | -fopenmp turns on OpenMP support and links libiomp5 as OpenMP library. Also there is -fopenmp={libiomp5|libgomp} option that allows to override effect of -fopenmp and link libgomp library (if -fopenmp=libgomp is specified). Differential Revision: http://reviews.llvm.org/D9736 llvm-svn: 237769
* [OPENMP] 'proc_bind' clause support - Parsing and sema analysis for OpenMP ↵Alexey Bataev2014-05-061-0/+21
clause 'proc_bind' llvm-svn: 208060
OpenPOWER on IntegriCloud