[Openmp-commits] [PATCH] D41942: [OMPT] Add interoperability	testcase
    Joachim Protze via Phabricator via Openmp-commits 
    openmp-commits at lists.llvm.org
       
    Thu Jan 11 04:18:20 PST 2018
    
    
  
protze.joachim added inline comments.
================
Comment at: runtime/test/ompt/misc/interoperability.cpp:1
+// RUN: %libomp-cxx-compile-and-run | FileCheck %s
+// RUN: %libomp-cxx-compile-and-run | %sort-threads | FileCheck --check-prefix=THREADS %s
----------------
I think, this is not needed for this case. Just run the sorted checks. 
- Remove the first line
- Replace THREADS by CHECK
https://reviews.llvm.org/D41942
    
    
More information about the Openmp-commits
mailing list