summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-objdump/X86/source-interleave-relative-paths.test
Commit message (Collapse)AuthorAgeFilesLines
* [llvm-objdump][test] Fix for spurious matches against file pathsJames Henderson2019-05-241-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 #2James Henderson2019-05-231-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
OpenPOWER on IntegriCloud