summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-dwarfdump/X86/debug-verify-object.s
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Revert "DebugInfo: reduce DIE range verification on object files""Saleem Abdulrasool2018-10-281-0/+57
| | | | | | | This reverts commit 836c763dadbd9478fa35b1a291a38bf17aa206ba. Default initialize the values that MSAN caught. llvm-svn: 345482
* Revert "DebugInfo: reduce DIE range verification on object files"Vlad Tsyrklevich2018-10-271-57/+0
| | | | | | | This reverts commits r345441 and r345444, they were causing msan buildbot failures. llvm-svn: 345457
* test: add missing -tripleSaleem Abdulrasool2018-10-271-1/+1
| | | | | | | Ensure that the test builds for x86_64 as it is an assembly test. This should repair the buildbots. llvm-svn: 345444
* DebugInfo: reduce DIE range verification on object filesSaleem Abdulrasool2018-10-271-0/+57
Relocatable content may have overlapping ranges until the sections are finalized. This reduces the amount of verification that is done on an object file so that invalid errors are not raised. llvm-svn: 345441
OpenPOWER on IntegriCloud