Use isOSBinFormatMachO() instead of comparing the object format
authorEric Christopher <echristo@gmail.com>
Fri, 5 Dec 2014 00:22:48 +0000 (00:22 +0000)
committerEric Christopher <echristo@gmail.com>
Fri, 5 Dec 2014 00:22:48 +0000 (00:22 +0000)
commit610952e0d5a4fee715542151b3fbe58595cbf44d
tree817de2d62c00f4ec599b99bb03f58cb2a7e3f7fd
parent21895151322284b5c08966fb1d0d3ea2eed14021
Use isOSBinFormatMachO() instead of comparing the object format
against an enum.

llvm-svn: 223422
clang/lib/Driver/Driver.cpp
clang/lib/Driver/Tools.cpp
clang/lib/Frontend/InitHeaderSearch.cpp