diff options
author | Thomas Preud'homme <thomasp@graphcore.ai> | 2020-08-20 20:41:43 +0100 |
---|---|---|
committer | Thomas Preud'homme <thomasp@graphcore.ai> | 2021-01-09 10:45:00 +0000 |
commit | c0cea2d9b8ae4dc47f7737e47a621ddcb9cb57cf (patch) | |
tree | 778febcf9374ce4b30d509fe6af6a3641bff99ec /llvm/lib/CodeGen/MachineOutliner.cpp | |
parent | 0d8dfbb42a7d5e152bb98e50f170317ba60c47ef (diff) | |
download | llvm-c0cea2d9b8ae4dc47f7737e47a621ddcb9cb57cf.zip llvm-c0cea2d9b8ae4dc47f7737e47a621ddcb9cb57cf.tar.gz llvm-c0cea2d9b8ae4dc47f7737e47a621ddcb9cb57cf.tar.bz2 |
[Test][FileCheck] Fix use of undef var
The test related to directives with prefix NUMEXPR-CONSTRAINT-NOMATCH
refers to the numeric variable UNSI which is defined by a directive with
prefix CHECK not enabled on the lit command-line. Rather than adding the
prefix CHECK to the lit command-line, this commit defined variable UNSI
in a new NUMEXPR-CONSTRAINT-NOMATCH prefixed directive. The directive
needs to contain more than just the variable otherwise the error message
from FileCheck is about the wrong line being matched.
Reviewed By: jhenderson
Differential Revision: https://reviews.llvm.org/D93346
Diffstat (limited to 'llvm/lib/CodeGen/MachineOutliner.cpp')
0 files changed, 0 insertions, 0 deletions