[all-commits] [llvm/llvm-project] 1185d3: [llvm-readobj] - Fix the compilation with GCC < 7.0.
Georgii Rymar via All-commits
all-commits at lists.llvm.org
Fri Jan 15 01:04:55 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1185d3f43d2186fa9291fe7779abf48d9b962ef4
https://github.com/llvm/llvm-project/commit/1185d3f43d2186fa9291fe7779abf48d9b962ef4
Author: Georgii Rymar <grimar at accesssoftek.com>
Date: 2021-01-15 (Fri, 15 Jan 2021)
Changed paths:
M llvm/tools/llvm-readobj/ELFDumper.cpp
Log Message:
-----------
[llvm-readobj] - Fix the compilation with GCC < 7.0.
This addressed post commit comments for D93900.
GCC had an issue and requires placing a specialization of
`printUnwindInfo` to a namespace to compile:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56480
More information about the All-commits
mailing list