[dsymutil] Create warn() global helper...
authorFrederic Riss <friss@apple.com>
Sat, 28 Feb 2015 00:29:01 +0000 (00:29 +0000)
committerFrederic Riss <friss@apple.com>
Sat, 28 Feb 2015 00:29:01 +0000 (00:29 +0000)
commitdef4fb7340795fc71b13b5a89a4f06190cdf95b4
treee8d913dfa209b25780684653eb04c2257097499e
parent717354f000db2644d02007765f679910538dd7ea
[dsymutil] Create warn() global helper...

...and reimplement DwarfLinker::reportWarning in terms of it. Other
compenents than the DwarfLinker will need to report warnings, and I'm
about to add a similar "error()" helper at the same global level so
make that consistent.

llvm-svn: 230820
llvm/tools/dsymutil/DwarfLinker.cpp