[Lldb-commits] [lldb] bc728d5 - [lldb][NFC] Remove Ocaml from TypeSystem::LLVMCastKind

Raphael Isemann via lldb-commits lldb-commits at lists.llvm.org
Mon Nov 4 02:14:55 PST 2019


Author: Raphael Isemann
Date: 2019-11-04T11:14:29+01:00
New Revision: bc728d584242946ba59d6bea0cf8c749dcf07248

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

LOG: [lldb][NFC] Remove Ocaml from TypeSystem::LLVMCastKind

Ocaml support was removed.

Added: 
    

Modified: 
    lldb/include/lldb/Symbol/TypeSystem.h

Removed: 
    


################################################################################
diff  --git a/lldb/include/lldb/Symbol/TypeSystem.h b/lldb/include/lldb/Symbol/TypeSystem.h
index 07295c244a5d..6283d67baba5 100644
--- a/lldb/include/lldb/Symbol/TypeSystem.h
+++ b/lldb/include/lldb/Symbol/TypeSystem.h
@@ -84,7 +84,6 @@ class TypeSystem : public PluginInterface {
   enum LLVMCastKind {
     eKindClang,
     eKindSwift,
-    eKindOCaml,
     kNumKinds
   };
 


        


More information about the lldb-commits mailing list