diff options
author | Jonas Hahnfeld <hahnjo@hahnjo.de> | 2017-11-10 15:17:57 +0000 |
---|---|---|
committer | Jonas Hahnfeld <hahnjo@hahnjo.de> | 2017-11-10 15:17:57 +0000 |
commit | d30cb27a17860bdbcc49153c35e3893aea6a2882 (patch) | |
tree | 6016ef85aa057e0742031abde8efa3f83ee84f9a /openmp/runtime/cmake | |
parent | c262777ab0b643b497dd8445d49b1b2510689ea1 (diff) | |
download | bcm5719-llvm-d30cb27a17860bdbcc49153c35e3893aea6a2882.tar.gz bcm5719-llvm-d30cb27a17860bdbcc49153c35e3893aea6a2882.zip |
[OMPT] Purge OMPT_BLAME and OMPT_TRACE
This was replace by OMPT_OPTIONAL.
llvm-svn: 317890
Diffstat (limited to 'openmp/runtime/cmake')
-rw-r--r-- | openmp/runtime/cmake/LibompExports.cmake | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/openmp/runtime/cmake/LibompExports.cmake b/openmp/runtime/cmake/LibompExports.cmake index cda31598cab..1893b9f1a2a 100644 --- a/openmp/runtime/cmake/LibompExports.cmake +++ b/openmp/runtime/cmake/LibompExports.cmake @@ -27,8 +27,7 @@ endif() libomp_append(libomp_suffix .s1 LIBOMP_STATS) libomp_append(libomp_suffix .ompt LIBOMP_OMPT_SUPPORT) if(${LIBOMP_OMPT_SUPPORT}) - libomp_append(libomp_suffix .no-ompt-blame IF_FALSE LIBOMP_OMPT_BLAME) - libomp_append(libomp_suffix .no-ompt-trace IF_FALSE LIBOMP_OMPT_TRACE) + libomp_append(libomp_suffix .optional LIBOMP_OMPT_OPTIONAL) endif() string(REPLACE ";" "" libomp_suffix "${libomp_suffix}") |