summaryrefslogtreecommitdiff
path: root/lld/test/COFF/export32.test
AgeCommit message (Expand)Author
2023-06-13[LLD][COFF] Allow overwriting directives exports with cmd-line exportsAlexandre Ganea
2023-05-04[llvm-objdump][COFF] Skip empty export entries when dumping the export tableAlexandre Ganea
2023-05-03[LLD][COFF] Fix incorrect pattern in testAlexandre Ganea
2022-10-03[LLD][COFF] Set OrdinalBase to 1 for export tableAlvin Wong
2020-08-20[test] Replace `yaml2obj >` with `yaml2obj -o` and remove unneeded input redi...Fangrui Song
2020-03-15[test] lld/test/: change llvm-objdump single-dash long options to double-dash...Fangrui Song
2019-07-16[COFF] Implement /safeseh:no and check @feat.00 flags by defaultReid Kleckner
2019-05-01[test] Change llvm-readobj -long-option to --long-option or well-known short ...Fangrui Song
2018-04-07COFF: Process /merge flag as we create output sections.Peter Collingbourne
2017-10-26[COFF] Add a test for def files with spaces between @ and ordinalMartin Storsjo
2017-03-09Fix wrong assertion failure.Rui Ueyama
2016-12-15COFF: We no longer require lib.exe to test DLL exports.Peter Collingbourne
2016-06-27[yaml2obj] Updating LLD tests to account for LLVM r273915Chris Bieneman
2016-03-18[COFF] Correct tests with bogus alignmentDavid Majnemer
2015-08-31COFF: Improve dllexported name mangling compatibility.Rui Ueyama
2015-08-06COFF: Make test commands shorter. NFC.Rui Ueyama
2015-08-06COFF: Remove the old COFF linker and make link an alias to link2.Rui Ueyama
2015-08-05Handle writeImportLibrary failing.Rafael Espindola
2015-07-28COFF: Fix export symbol names for x86.Rui Ueyama
2015-07-15COFF: Fix mangled dllexported names.Rui Ueyama
2015-07-09COFF: Find C++ mangled name for symbols starting with underscore.Rui Ueyama
2015-07-09COFF: Fix dllexported symbol names on x86.Rui Ueyama