[llvm] 3ae6b57 - [ORC] Remove extraneous lines in comment.

Lang Hames via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 16 23:34:46 PDT 2024


Author: Lang Hames
Date: 2024-10-17T17:33:50+11:00
New Revision: 3ae6b57671744b4fe4dd76769cce0745a0f5bc31

URL: https://github.com/llvm/llvm-project/commit/3ae6b57671744b4fe4dd76769cce0745a0f5bc31
DIFF: https://github.com/llvm/llvm-project/commit/3ae6b57671744b4fe4dd76769cce0745a0f5bc31.diff

LOG: [ORC] Remove extraneous lines in comment.

Added: 
    

Modified: 
    llvm/include/llvm/ExecutionEngine/Orc/ExecutorProcessControl.h

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/ExecutionEngine/Orc/ExecutorProcessControl.h b/llvm/include/llvm/ExecutionEngine/Orc/ExecutorProcessControl.h
index 6468f2dfc11ad0..06bc85dc40a8d5 100644
--- a/llvm/include/llvm/ExecutionEngine/Orc/ExecutorProcessControl.h
+++ b/llvm/include/llvm/ExecutionEngine/Orc/ExecutorProcessControl.h
@@ -235,8 +235,6 @@ class ExecutorProcessControl {
   }
 
   /// Look up and SPS-deserialize a bootstrap map value.
-  ///
-  ///
   template <typename T, typename SPSTagT>
   Error getBootstrapMapValue(StringRef Key, std::optional<T> &Val) const {
     Val = std::nullopt;


        


More information about the llvm-commits mailing list