Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [llvm-objdump][test] Fix for spurious matches against file paths | James Henderson | 2019-05-24 | 1 | -8/+8 |
| | | | | | | | | | r361479 added tests that did --implicit-check-not=main, but a user found that they failed on his machine, due to it having 'main' in a file path printed earlier in the output. This test fixes this issue by making the check pattern more explicit. llvm-svn: 361621 | ||||
* | [llvm-objdump][test] Improve testing of some switches #2 | James Henderson | 2019-05-23 | 1 | -0/+36 |
This patch focuses on adding additional testing for the --source switch. For reference, the source-interleave-x86_64.ll test file has been split into two parts - the input (shared with the other tests) and the test itself. Reviewed by: MaskRay, rupprecht, grimar Differential Revision: https://reviews.llvm.org/D61996 llvm-svn: 361479 |