llvm-project/openmp/libomptarget/deviceRTLs
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
..
amdgcn [libomptarget][nfc] Move non-freestanding headers out of common 2020-03-31 23:43:18 +01:00
common [OpenMP] NFC: Fix trivial typo 2020-04-04 12:06:54 +09:00
nvptx [OpenMP][NFC] Fix `not` sustitution in tests 2020-05-11 14:53:48 -04:00
CMakeLists.txt [libomptarget][nfc] Disable amdgcn rtl build. The cmake logic for finding llvm is misbehaving. 2020-03-21 00:01:03 +00:00
interface.h [OpenMP] NFC: Fix trivial typo 2020-04-04 12:06:54 +09:00