llvm-project/openmp/runtime/test/ompt
Joachim Protze 9c9b61df7e [OMPT] Fix failing test cases for gcc on Ubuntu
The compiler warns that _BSD_SOURCE is deprecated and _DEFAULT_SOURCE should
be used instead. We keep _BSD_SOURCE for older compilers, that don't know
about _DEFAULT_SOURCE.

The linker drops the tool when linking, since there is no visible need for
the library. So we need to tell the linker, that the tool should be linked
anyway.

Differential Revision: https://reviews.llvm.org/D41499

llvm-svn: 321362
2017-12-22 16:40:32 +00:00
..
cancel [OMPT] Add annotations to testcases that are expected to fail when using certain compilers 2017-12-21 13:55:16 +00:00
loadtool [OMPT] Fix failing test cases for gcc on Ubuntu 2017-12-22 16:40:32 +00:00
misc Add missing test case from D41171 commit 2017-12-21 14:36:36 +00:00
parallel [OMPT] Use frames at different level when using clang version 5 or higher with debug flag 2017-12-21 13:55:29 +00:00
synchronization [OMPT] Add annotations to testcases that are expected to fail when using certain compilers 2017-12-21 13:55:16 +00:00
tasks [OMPT] Use frames at different level when using clang version 5 or higher with debug flag 2017-12-21 13:55:29 +00:00
worksharing [OMPT] Fix return address handling in a few GOMP interface methods 2017-12-21 13:55:39 +00:00
callback.h [OMPT] Fix failing test cases for gcc on Ubuntu 2017-12-22 16:40:32 +00:00
ompt-signal.h Revert "Updating implementation of OMPT as specified in OpenMP 5.0 Preview 2 (TR6)" 2017-11-03 18:28:19 +00:00