Fix build breakage from r326003
authorPavel Labath <labath@google.com>
Sat, 24 Feb 2018 00:54:31 +0000 (00:54 +0000)
committerPavel Labath <labath@google.com>
Sat, 24 Feb 2018 00:54:31 +0000 (00:54 +0000)
commit725c035f54718fe488fe2fd4b9d5c9576aca502b
tree06a05d63b77ba6c73d0570494c80353a13cab6a3
parenta8f15504c1a6d240fa236d8eee5aca8c2bbe3c1a
Fix build breakage from r326003

- an ambiguous reference to Optional<T> in llvm-dwarfdump.cpp (fixed
  with an explicit prefix).
- a missing base class initialization in Entry copy constructor (fixed
  by using the implicitly default constructor, which is possible after
  some changes which were done during review).

llvm-svn: 326006
llvm/include/llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h
llvm/tools/llvm-dwarfdump/llvm-dwarfdump.cpp