Author: Timm Baeder
Date: 2025-08-19T13:29:56+02:00
New Revision: 2f011ea37ad480fdf16e2364e0487409cb4d1c75

URL: 
https://github.com/llvm/llvm-project/commit/2f011ea37ad480fdf16e2364e0487409cb4d1c75
DIFF: 
https://github.com/llvm/llvm-project/commit/2f011ea37ad480fdf16e2364e0487409cb4d1c75.diff

LOG: [clang][bytecode][NFC] Remove unused Program::relocs (#154308)

Added: 
    

Modified: 
    clang/lib/AST/ByteCode/Program.h

Removed: 
    


################################################################################
diff  --git a/clang/lib/AST/ByteCode/Program.h 
b/clang/lib/AST/ByteCode/Program.h
index 9c4e63a14d448..90b48ee5b669b 100644
--- a/clang/lib/AST/ByteCode/Program.h
+++ b/clang/lib/AST/ByteCode/Program.h
@@ -176,9 +176,6 @@ class Program final {
   /// List of anonymous functions.
   std::vector<std::unique_ptr<Function>> AnonFuncs;
 
-  /// Function relocation locations.
-  llvm::DenseMap<const FunctionDecl *, std::vector<unsigned>> Relocs;
-
   /// Native pointers referenced by bytecode.
   std::vector<const void *> NativePointers;
   /// Cached native pointer indices.


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to