If we want to make sure that a particular string is not in an output,
the regular way of doing it is to add -NOT prefix instead of checking
if FileCheck resulted in an error.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Differential D34435
Use -NOT prefix instead of adding `not` to FileCheck. ruiu on Jun 20 2017, 6:15 PM. Authored by
Details If we want to make sure that a particular string is not in an output,
Diff Detail
|