This enables readobj to output Windows resource files (.res). This way, we'll be able to test .res outputs without comparing them with "magic binary files" generated by MS.
Code detecting WindowsResource "magic string" was already in LLVM. That is why I decided to use this detection method to tell .res files from other object types.