diff options
author | Alex Bradbury <asb@lowrisc.org> | 2018-08-30 10:25:27 +0000 |
---|---|---|
committer | Alex Bradbury <asb@lowrisc.org> | 2018-08-30 10:25:27 +0000 |
commit | f56837f70f333295b7ffcedd26aa9cf8e0381a27 (patch) | |
tree | f3b958c5502fbcee2762593c6a71d81ed9fb9e23 /lldb/packages/Python/lldbsuite/test/functionalities/command_script/main.cpp | |
parent | cf57af1a5cc32afe06e400b0f87412ff189558a5 (diff) | |
download | bcm5719-llvm-f56837f70f333295b7ffcedd26aa9cf8e0381a27.tar.gz bcm5719-llvm-f56837f70f333295b7ffcedd26aa9cf8e0381a27.zip |
[RISCV][NFC] Rework CHECK lines in rvi-aliases-valid.s
Previously CHECK prefixes weren't defined that can be used to check _only_ the
InstPrinter output when generating .s from llvm-mc, or that check _only_ the
output after passing the generated object through objdump. This means we can't
write useful checks for instructions that reference symbols.
Instead, use:
CHECK-S Match the .s output with aliases enabled
CHECK-S-NOALIAS Match the .s output with aliases disabled
CHECK-OBJ Match the objdumped object output with aliases enabled
CHECK-OBJ-NOALIAS Match the objdumped object output with aliases enabled
CHECK-S-OBJ Match both the .s and objdumped object output with
aliases enabled
CHECK-S-OBJ-NOALIAS Match both the .s and objdumped object output with
aliases disabled
While we're at it, use whitespace consistently within this file.
llvm-svn: 341050
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/command_script/main.cpp')
0 files changed, 0 insertions, 0 deletions