[llvm] 18bfc92 - [JITLink] Remove a stale comment.

Lang Hames via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 12 21:43:19 PDT 2023


Author: Lang Hames
Date: 2023-04-12T21:43:12-07:00
New Revision: 18bfc92aac4fc382ca41c235dea3b61481996171

URL: https://github.com/llvm/llvm-project/commit/18bfc92aac4fc382ca41c235dea3b61481996171
DIFF: https://github.com/llvm/llvm-project/commit/18bfc92aac4fc382ca41c235dea3b61481996171.diff

LOG: [JITLink] Remove a stale comment.

This comment was probably mangled when the generic ELFLinkGraphBuilder was
written from the original x86-64 specific version. Regardless of its origins,
it doesn't make any sense now.

Added: 
    

Modified: 
    llvm/lib/ExecutionEngine/JITLink/ELF_x86_64.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/lib/ExecutionEngine/JITLink/ELF_x86_64.cpp b/llvm/lib/ExecutionEngine/JITLink/ELF_x86_64.cpp
index ab2ca449ec8ee..375553825dedd 100644
--- a/llvm/lib/ExecutionEngine/JITLink/ELF_x86_64.cpp
+++ b/llvm/lib/ExecutionEngine/JITLink/ELF_x86_64.cpp
@@ -100,8 +100,6 @@ Error buildTables_ELF_x86_64(LinkGraph &G) {
 namespace llvm {
 namespace jitlink {
 
-// This should become a template as the ELFFile is so a lot of this could become
-// generic
 class ELFLinkGraphBuilder_x86_64 : public ELFLinkGraphBuilder<object::ELF64LE> {
 private:
   using ELFT = object::ELF64LE;


        


More information about the llvm-commits mailing list