jv_llvm_s.st
changeset 65 9244f78bcf02
parent 61 c2e287d54de5
child 78 7a4c769a9fea
--- a/jv_llvm_s.st	Fri Jun 17 23:43:23 2016 +0100
+++ b/jv_llvm_s.st	Sat Jun 18 16:00:36 2016 +0100
@@ -91,7 +91,6 @@
      by searching all classes (and their packages) which are referenced by my classes."
 
     ^ #(
-        #'stx:goodies/sunit'    "TestAsserter - superclass of LLVMExamples"
     )
 !
 
@@ -158,6 +157,7 @@
         LLVMMCJITCompilerOptions
         LLVMMetadataKind
         LLVMModuleFlagBehavior
+        LLVMModuleVerificationError
         LLVMObjectArray
         LLVMOpcode
         LLVMRealPredicate
@@ -166,7 +166,6 @@
         LLVMVerifierFailureAction
         LLVMVisibility
         #'jv_llvm_s'
-        (LLVMExamples autoload)
         LLVMObject
         LLVMTypeError
         LLVMBasicBlock
@@ -210,12 +209,15 @@
         LLVMTypeFloat
         #'LLVMTypePPC_FP128'
         #'LLVMTypeX86_FP80'
+        (LLVMExamples autoload)
     )
 !
 
 extensionMethodNames
-    "list class/selector pairs of extensions.
-     A correponding method with real names must be present in my concrete subclasses"
+    "lists the extension methods which are to be included in the project.
+     Entries are 2-element array literals, consisting of class-name and selector.
+     A correponding method with real names must be present in my concrete subclasses
+     if it has extensions."
 
     ^ #(
         SequenceableCollection asLLVMObjectArray