summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/cmake/SourceFiles.cmake
diff options
context:
space:
mode:
authorAndrey Churbanov <Andrey.Churbanov@intel.com>2015-04-29 16:22:07 +0000
committerAndrey Churbanov <Andrey.Churbanov@intel.com>2015-04-29 16:22:07 +0000
commite5f4492e30cce5abb21755eebb3526f380197449 (patch)
treebb2ffd2391ca09741f986135d121274bdb3c55d4 /openmp/runtime/cmake/SourceFiles.cmake
parent9429684cce4e667f9558f8b032452840362be6cc (diff)
downloadbcm5719-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.cmake3
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()
OpenPOWER on IntegriCloud