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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Is there any documentation available for not. It does not accept -h, it does not come with a man page. And it's not trivial to google for information on not.
How is not supposed to be used?