The DWARF v5 string offsets table tests currently use pre-generated object files that are checked into llvm/test/DebugInfo/Inputs. To avoid this, this change moves the assembly files that are used to generate the objects into DebugInfo/X86 and augments them to use llvm-mc to generate the objects as temporary files, and then goes on to do the actual test. This enables us to remove the objects as well as the test scripts.
Diff Detail
Diff Detail