summaryrefslogtreecommitdiff
path: root/lld/test/COFF/machine.test
AgeCommit message (Expand)Author
2020-08-20[test] Replace `yaml2obj >` with `yaml2obj -o` and remove unneeded input redi...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
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-07-09COFF: Infer machine type earlier than before.Rui Ueyama
2015-07-09COFF: Fix import thunks and name mangling for x86.Rui Ueyama
2015-07-07COFF: Check for incompatible machine types.Rui Ueyama
2015-05-31COFF: Implement subsystem inference.Rui Ueyama
2015-05-29COFF: Move machine type auto-detection to SymbolTable.Peter Collingbourne
2015-05-29COFF: Add /machine option.Rui Ueyama