8 Commits

Author SHA1 Message Date
Rainer Orth
c450dd7e83
[OpenMP][test] Support target= in tests (#142380)
LLVM is moving towards the `target=<target triple RE>` syntax in `XFAIL:
` etc., and I'll need the same in a subsequent patch.

This patch adds the necessary infrastructure.

Tested on `sparc-sun-solaris2.11`, `sparcv9-sun-solaris2.11`,
`sparc-unknown-linux-gnu`, `sparc64-unknown-linux-gnu`,
`i386-pc-solaris2.11`, `amd64-pc-solaris2.11`, `i686-pc-linux-gnu`, and
`x86_64-pc-linux-gnu`.
2025-06-10 10:20:58 +02:00
Nikita Popov
a14a53e11b
[openmp] Add ompdModule dependency to check-ompd (#97736)
ompdModule is required by the gdb plugin. Ran into this when trying to
run check-ompd without explicitly building openmp first.
2024-07-05 09:49:01 +02:00
Hansang Bae
4c63672ca7
[OpenMP] Fix use of ompt_start_tool in ompd test. (#97616) 2024-07-03 22:50:59 +02:00
Vignesh Balasubramanian
ae1507d3ea [OpenMP] [OMPD] Enable OMPD Tests
It was disabled due to different failures it different llvm bots.

Reviewed By: ye-luo
Differential Revision: https://reviews.llvm.org/D138411
2022-12-23 11:47:21 +05:30
Vignesh Balasubramanian
a06084ebd2 Revert "[OpenMP] [OMPD] Enable OMPD Tests"
This reverts commit 451c017a32695ee62c0ae6de6401d89cd9bd9555.
2022-11-30 16:37:01 +05:30
Vignesh Balasubramanian
451c017a32 [OpenMP] [OMPD] Enable OMPD Tests
It was disabled due to different failures it different llvm bots.

Reviewed By: ye-luo
Differential Revision: https://reviews.llvm.org/D138411
2022-11-30 15:36:19 +05:30
Ron Lieberman
2f1c942f80 for Vignesh: land changes to disable two recent ompd random fails
Differential Revision: https://reviews.llvm.org/D137831
2022-11-11 07:11:29 -06:00
Vignesh Balasubramanian
1099498e3f [OpenMP] [OMPD] Testcases for libompd
This is part of the OMPD Path set started from review.
https://reviews.llvm.org/D100181

Reviewed By: @jdoerfert, @dreachem
2022-11-11 12:45:04 +05:30