summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-dwp/X86/invalid_string_form.test
Commit message (Collapse)AuthorAgeFilesLines
* [llvm-dwp] Abort when dwo_id is unsetJordan Rupprecht2019-02-121-1/+1
| | | | | | | | | | | | | | | | | | | Summary: An empty dwo_id indicates a degenerate .dwo file that should not have been generated in the first place. Instead of discovering this error later when merging with another degenerate .dwo file, print an error immediately when noticing an unset dwo_id, including the filename of the offending file. Test case created by compiling a trivial file w/ `-fno-split-dwarf-inlining -gmlt -gsplit-dwarf -c` prior to r353771 Reviewers: dblaikie Reviewed By: dblaikie Subscribers: jdoerfert, aprantl, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D58085 llvm-svn: 353846
* llvm-dwp: Provide error handling for invalid string field formsDavid Blaikie2016-05-171-0/+3
This diagnostic could be improved by adding the name of the input file containing the invalid data and/or some information about how to identify the specific offending attribute/tag in the input. But that's not an immediate priority as these corner cases of invalid input shouldn't come up too often. llvm-svn: 269727
OpenPOWER on IntegriCloud