]> granicus.if.org Git - llvm/commit
[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)
commit79eaf7018599b7cf84e9645cb7036d1e862005d6
treebccc52db4e92a4ced61ce359c02c06c6ba31099c
parent242e7593c2ac348661d63781737e81a0db6ebb44
[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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@368758 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-readobj/ELFDumper.cpp