[NFCI] Explicitly provide user-defined constructor for SectionRef
authorAlex Langford <apl@fb.com>
Tue, 13 Aug 2019 22:16:18 +0000 (22:16 +0000)
committerAlex Langford <apl@fb.com>
Tue, 13 Aug 2019 22:16:18 +0000 (22:16 +0000)
commitb809187a6b4229569f61d9dc3c59fd4ec0775448
treea84dc257b5a62d12631c4a56c05b904e8f452159
parentf41ce85909fbefc88d9d57433486358be23f6f76
[NFCI] Explicitly provide user-defined constructor for SectionRef

I am changing this to work around an issue that is being hit when
building with clang 3.8. Specifically, clang 3.8 requires that we have a user
defined default constructor for SectionRef for the default initialization of a
const SectionRef.

llvm-svn: 368758
llvm/tools/llvm-readobj/ELFDumper.cpp