[Openmp-commits] [PATCH] D58454: [OpenMP][OMPT] Fix locking testcases for 32 bit architectures

Michał Górny via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu Feb 21 05:23:26 PST 2019


mgorny added inline comments.


================
Comment at: openmp/trunk/runtime/test/CMakeLists.txt:34
 add_openmp_testsuite(check-libomp "Running libomp tests" ${CMAKE_CURRENT_BINARY_DIR} DEPENDS omp)
+add_openmp_testsuite(check-ompt "Running OMPT tests" ${CMAKE_CURRENT_BINARY_DIR}/ompt DEPENDS omp)
 
----------------
Is this really supposed to be part of this fix? NetBSD buildbot got broken between r354552..r354559 (http://lab.llvm.org:8011/builders/lldb-amd64-ninja-netbsd8/builds/19082) and this looks like the only change in openmp in that batch.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D58454/new/

https://reviews.llvm.org/D58454





More information about the Openmp-commits mailing list