diff options
| author | Andrey Churbanov <Andrey.Churbanov@intel.com> | 2015-04-29 16:22:07 +0000 |
|---|---|---|
| committer | Andrey Churbanov <Andrey.Churbanov@intel.com> | 2015-04-29 16:22:07 +0000 |
| commit | e5f4492e30cce5abb21755eebb3526f380197449 (patch) | |
| tree | bb2ffd2391ca09741f986135d121274bdb3c55d4 /openmp/runtime/cmake/SourceFiles.cmake | |
| parent | 9429684cce4e667f9558f8b032452840362be6cc (diff) | |
| download | bcm5719-llvm-e5f4492e30cce5abb21755eebb3526f380197449.tar.gz bcm5719-llvm-e5f4492e30cce5abb21755eebb3526f380197449.zip | |
This patch contains the new files for OMPT and the needed changes to the build infrastructure
llvm-svn: 236117
Diffstat (limited to 'openmp/runtime/cmake/SourceFiles.cmake')
| -rw-r--r-- | openmp/runtime/cmake/SourceFiles.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/openmp/runtime/cmake/SourceFiles.cmake b/openmp/runtime/cmake/SourceFiles.cmake index dcc78cbb176..7c0de6cab72 100644 --- a/openmp/runtime/cmake/SourceFiles.cmake +++ b/openmp/runtime/cmake/SourceFiles.cmake @@ -32,6 +32,9 @@ function(set_c_files input_c_source_files) append_c_source_file("kmp_ftn_cdecl.c") append_c_source_file("kmp_ftn_extra.c") append_c_source_file("kmp_version.c") + if(${OMPT_SUPPORT}) + append_c_source_file("ompt-general.c") + endif() if(${STUBS_LIBRARY}) append_c_source_file("kmp_stub.c") else() |

