Merging r260587:
[oota-llvm.git] / test / Object / invalid.test
2015-08-24 Rafael EspindolaReport an error if a SHT_SYMTAB_SHNDX section has the...
2015-07-23 Rafael EspindolaRefactor duplicated code and check for invalid symbol...
2015-07-02 Rafael EspindolaImprove error message.
2015-07-01 Rafael EspindolaReturn ErrorOr from getSection.
2015-06-30 Rafael EspindolaRemove Elf_Shdr_Iter. Diagnose files with invalid secti...
2015-06-30 Rafael EspindolaAdd a test of an elf file with an invalid section index.
2015-06-30 Rafael EspindolaReport an error on invalid sh_entsize.
2015-06-29 Rafael EspindolaFactor out the checking of string tables.
2015-06-29 Rafael EspindolaAdd a testcase for an invalid file.
2015-06-29 Rafael EspindolaConvert an assert that can fail into error checking.
2015-06-19 Rafael EspindolaImprove error handling of getRelocationAddend.