[llvm] 5f6c571 - [DebugInfo] Remove unused declaration getFirstFunctionInfoAddress

Kazu Hirata via llvm-commits llvm-commits at lists.llvm.org
Mon May 29 11:02:02 PDT 2023


Author: Kazu Hirata
Date: 2023-05-29T11:01:53-07:00
New Revision: 5f6c571b6f1f5fd3fefb1a3be33d80bd12fb87b8

URL: https://github.com/llvm/llvm-project/commit/5f6c571b6f1f5fd3fefb1a3be33d80bd12fb87b8
DIFF: https://github.com/llvm/llvm-project/commit/5f6c571b6f1f5fd3fefb1a3be33d80bd12fb87b8.diff

LOG: [DebugInfo] Remove unused declaration getFirstFunctionInfoAddress

The declaration was added without a corresponding function definition
by:

  commit d8e077e2caebc1415fb7af1714dd436adf99b6bf
  Author: Greg Clayton <gclayton at fb.com>
  Date:   Mon Mar 6 15:57:17 2023 -0800

Added: 
    

Modified: 
    llvm/include/llvm/DebugInfo/GSYM/GsymCreator.h

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/DebugInfo/GSYM/GsymCreator.h b/llvm/include/llvm/DebugInfo/GSYM/GsymCreator.h
index c7cee0593c035..bca3a83cc6850 100644
--- a/llvm/include/llvm/DebugInfo/GSYM/GsymCreator.h
+++ b/llvm/include/llvm/DebugInfo/GSYM/GsymCreator.h
@@ -264,14 +264,6 @@ class GsymCreator {
   /// and strings over into this object.
   void fixupInlineInfo(const GsymCreator &SrcGC, InlineInfo &II);
 
-  /// Get the first function info address from this GSYM file.
-  ///
-  /// This is used to add a suffix to segmented GSYM files to indicate the first
-  /// address for the first function info within the file.
-  ///
-  /// \returns The first function info address.
-  uint64_t getFirstFunctionInfoAddress() const;
-
   /// Save this GSYM file into segments that are roughly \a SegmentSize in size.
   ///
   /// When segemented GSYM files are saved to disk, they will use \a Path as a


        


More information about the llvm-commits mailing list