llvm-project/openmp/libomptarget/deviceRTLs/nvptx/test
Joel E. Denny dd5ba4b585 [OpenMP][NFC] Fix `not` sustitution in tests
D78566 introduced a `\bnot\b` lit substitution in OpenMP test suites.
However, that would corrupt a command like
`FileCheck -implicit-check-not` or any file name like `%t.not`.  We
could use lookbehind/lookahead assertions to avoid such cases, but
this patch switches to `%not` (suggested during the D78566 review) as
a safer option.

Reviewed By: jdoerfert

Differential Revision: https://reviews.llvm.org/D79529
2020-05-11 14:53:48 -04:00
..
api Changed omp_get_max_threads() implementation to more closely match spec description. 2020-02-12 23:29:34 +00:00
data_sharing [libomptarget-nvptx] Align data sharing stack 2018-09-30 09:23:21 +00:00
parallel [OpenMP] NFC: Fix trivial typo 2020-04-04 12:06:54 +09:00
CMakeLists.txt [CMake] Rename EXCLUDE_FROM_ALL and make it an argument to add_lit_testsuite 2020-02-06 15:33:18 -08:00
lit.cfg [OpenMP][NFC] Fix `not` sustitution in tests 2020-05-11 14:53:48 -04:00
lit.site.cfg.in [OpenMP] Add scaffolding for negative runtime tests 2020-04-21 17:10:50 -04:00