llvm-objdump when printing the Objective-C meta data also prints the Swift ABI
authorKevin Enderby <enderby@apple.com>
Fri, 9 Feb 2018 19:31:27 +0000 (19:31 +0000)
committerKevin Enderby <enderby@apple.com>
Fri, 9 Feb 2018 19:31:27 +0000 (19:31 +0000)
commitcda2ced72538812a6030bc233d7f8926b132d91b
tree7590aecc82be70732c274100dcf6e5731af2e899
parent205c0e085e4e3a3f2b24277d0942392362ed3780
llvm-objdump when printing the Objective-C meta data also prints the Swift ABI
from the value stored in swift_version bits in the flags field in the
objc_image_info struct.  ABI version 3 thru 6 were previously added but this
code was not updated to print the Swift version.

rdar://35624067

llvm-svn: 324767
llvm/tools/llvm-objdump/MachODump.cpp