[all-commits] [llvm/llvm-project] 0378af: [llvm-readobj] - Change the error to warning when ...
Georgii Rymar via All-commits
all-commits at lists.llvm.org
Mon Feb 10 05:02:05 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0378afc4b9c23b7a568073120d6f9def4fc79509
https://github.com/llvm/llvm-project/commit/0378afc4b9c23b7a568073120d6f9def4fc79509
Author: Georgii Rymar <grimar at accesssoftek.com>
Date: 2020-02-10 (Mon, 10 Feb 2020)
Changed paths:
M llvm/test/Object/invalid.test
M llvm/test/tools/llvm-readobj/ELF/invalid-shstrndx.test
M llvm/test/tools/llvm-readobj/ELF/sections-no-section-header-string-table.test
M llvm/tools/llvm-readobj/ELFDumper.cpp
Log Message:
-----------
[llvm-readobj] - Change the error to warning when a section name is unknown.
We reported the error in this case.
But it was asked (https://reviews.llvm.org/D73193#inline-665595) to convert it
to a warning. This patch does it.
Differential revision: https://reviews.llvm.org/D74047
More information about the All-commits
mailing list