[all-commits] [llvm/llvm-project] 54ec9b: [llvm-readelf/obj] - Report a warning when the val...
Georgii Rymar via All-commits
all-commits at lists.llvm.org
Thu Nov 26 02:16:52 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 54ec9bb5510de301d05e8b34bb8c2484e8c95eaa
https://github.com/llvm/llvm-project/commit/54ec9bb5510de301d05e8b34bb8c2484e8c95eaa
Author: Georgii Rymar <grimar at accesssoftek.com>
Date: 2020-11-26 (Thu, 26 Nov 2020)
Changed paths:
M llvm/test/tools/llvm-readobj/ELF/broken-dynamic-reloc.test
M llvm/test/tools/llvm-readobj/ELF/dynamic-reloc.test
M llvm/tools/llvm-readobj/ELFDumper.cpp
Log Message:
-----------
[llvm-readelf/obj] - Report a warning when the value of the DT_PLTREL dynamic tag is invalid.
We report an error for unknown `DT_PLTREL` values.
This switches the error to warning.
Differential revision: https://reviews.llvm.org/D92087
More information about the All-commits
mailing list