r270209 ("Refactor X86 symbol access classification.") broke some EFI firmware projects targetting x86_64-pc-windows-macho. This patch fixes that:
Windows has no GOT relocations the way elf/darwin has.
"x86_64-pc-win32-macho" is sometimes used to build EFI firmware; Use windows style reloction (no-GOT) for this target.