jv_llvm_s.st
changeset 16 23e82cf19788
parent 14 c7dea3fcc5a7
child 21 64c5f01be2b3
--- a/jv_llvm_s.st	Tue Aug 04 07:21:26 2015 +0100
+++ b/jv_llvm_s.st	Mon Aug 03 18:08:14 2015 +0100
@@ -76,6 +76,7 @@
      by searching along the inheritance chain of all of my classes."
 
     ^ #(
+        #'stx:goodies/sunit'    "TestAsserter - superclass of LLVMExamples"
         #'stx:libbasic'    "ArrayedCollection - superclass of LLVMObjectArray"
     )
 !
@@ -120,9 +121,10 @@
         LLVMAttribute
         LLVMByteOrdering
         LLVMCallConv
+        LLVMConstant
         LLVMDLLStorageClass
         LLVMDiagnosticSeverity
-        LLVMExamples
+        (LLVMExamples autoload)
         LLVMIntPredicate
         LLVMLandingPadClauseTy
         LLVMLinkage
@@ -164,6 +166,8 @@
 
     ^ #(
         SequenceableCollection asLLVMObjectArray
+        'stx_goodies_sunit class' #'version_HG'
+        'stx_libbasic class' #'version_HG'
     )
 ! !