summaryrefslogtreecommitdiff
path: root/lld/test/COFF/include.test
AgeCommit message (Expand)Author
2024-09-24[LLD][COFF] Adds `/includeglob` flag (#109721)Miguel A. Arroyo
2020-08-20[test] Replace `yaml2obj >` with `yaml2obj -o` and remove unneeded input redi...Fangrui Song
2017-11-20COFF: Fix invalid comdat sections in test cases.Peter Collingbourne
2016-06-27[yaml2obj] Updating LLD tests to account for LLVM r273915Chris Bieneman
2016-03-17[COFF] Fix invalid alignment in testsDavid Majnemer
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-06-29COFF: Fix logic to find default entry name or subsystem.Rui Ueyama
2015-06-18COFF: Handle /include in .drectve.Rui Ueyama
2015-06-01COFF: Fix /include. Included symbols are GC-roots.Rui Ueyama
2015-05-31COFF: Add /include option.Rui Ueyama