[PATCH] D63104: Add GSYM utility files along with unit tests.

Greg Clayton via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 13 08:43:00 PDT 2019


clayborg updated this revision to Diff 204556.
clayborg added a comment.

Change:

  uint32_t llvm::gsym::StringTable::find(StringRef Str) const;

to return optional:

  llvm::Optional<uint32_t> llvm::gsym::StringTable::find(StringRef Str) const;

as suggested.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D63104/new/

https://reviews.llvm.org/D63104

Files:
  include/llvm/DebugInfo/GSYM/FileEntry.h
  include/llvm/DebugInfo/GSYM/FunctionInfo.h
  include/llvm/DebugInfo/GSYM/InlineInfo.h
  include/llvm/DebugInfo/GSYM/LineEntry.h
  include/llvm/DebugInfo/GSYM/Range.h
  include/llvm/DebugInfo/GSYM/StringTable.h
  lib/DebugInfo/CMakeLists.txt
  lib/DebugInfo/GSYM/CMakeLists.txt
  lib/DebugInfo/GSYM/FunctionInfo.cpp
  lib/DebugInfo/GSYM/InlineInfo.cpp
  lib/DebugInfo/GSYM/Range.cpp
  unittests/DebugInfo/CMakeLists.txt
  unittests/DebugInfo/GSYM/CMakeLists.txt
  unittests/DebugInfo/GSYM/GSYMTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63104.204556.patch
Type: text/x-patch
Size: 37252 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190613/eed12365/attachment.bin>


More information about the llvm-commits mailing list