diff options
| author | Rui Ueyama <ruiu@google.com> | 2016-09-29 21:00:23 +0000 |
|---|---|---|
| committer | Rui Ueyama <ruiu@google.com> | 2016-09-29 21:00:23 +0000 |
| commit | d31e13f2877b5ecbc1df7d20912967aa01f5eef8 (patch) | |
| tree | f8176502d70060f8bb0ce7a928da0b01fdf3b7f9 /lld/ELF/Error.cpp | |
| parent | 2abd0c2154a6ab1298316223714626a94732ba3a (diff) | |
| download | bcm5719-llvm-d31e13f2877b5ecbc1df7d20912967aa01f5eef8.tar.gz bcm5719-llvm-d31e13f2877b5ecbc1df7d20912967aa01f5eef8.zip | |
Rename warning -> warn.
It's better because it's a verb.
llvm-svn: 282763
Diffstat (limited to 'lld/ELF/Error.cpp')
| -rw-r--r-- | lld/ELF/Error.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/ELF/Error.cpp b/lld/ELF/Error.cpp index 776fc72a25c..07e99b63b2e 100644 --- a/lld/ELF/Error.cpp +++ b/lld/ELF/Error.cpp @@ -26,7 +26,7 @@ void elf::log(const Twine &Msg) { outs() << Msg << "\n"; } -void elf::warning(const Twine &Msg) { +void elf::warn(const Twine &Msg) { if (Config->FatalWarnings) error(Msg); else |

