summaryrefslogtreecommitdiffstats
path: root/openmp/libomptarget/src/api.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Sprinkle a few <cstdlib> includes, for libomptarget sources usingDimitry Andric2018-01-181-0/+1
| | | | | | malloc, free, alloca and getenv. NFCI. llvm-svn: 322869
* [libomptarget] Split implementation of API functionsJonas Hahnfeld2017-12-061-0/+282
This third patch moves the implementation of the user-facing OpenMP API functions into its own file. For now, the code is only moved, no cleanups applied yet. Differential Revision: https://reviews.llvm.org/D40800 llvm-svn: 319971
OpenPOWER on IntegriCloud