llvm/test/tools/llvm-readobj/ELF/broken-dynamic-reloc-name.test
deleted100644 → 0
+0
−49
+375
−0
Loading
DynRegionInfo is a helper class used to create memory ranges. It is used for many things and can report errors. Errors reported currently do not provide a good diagnostic. This patch fixes it and adds a test for each possible case. Differential revision: https://reviews.llvm.org/D73484