You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, we have a few Crucible/LLVM modules in the top level under SAWScript that should probably have their own submodule/path structure. This would both suggest that they are related (they are) and differentiate them from Crucible/JVM material. I'd suggest the following:
CrucibleOverride -> LLVM.Overrides
CrucibleLLVM -> LLVM.Crucible
CrucibleBuiltins -> LLVM.Builtins
CrucibleMethodSpecIR -> LLVM.MethodSpec
CrucibleResolveSetupValue -> LLVM.SetupValue
The text was updated successfully, but these errors were encountered:
See also #379. At some point we'll want to factor out the common functionality in the crucible-llvm and crucible-jvm parts of saw-script. So we should also think about how the modules ought to be organized once that's done.
Right now, we have a few Crucible/LLVM modules in the top level under
SAWScript
that should probably have their own submodule/path structure. This would both suggest that they are related (they are) and differentiate them from Crucible/JVM material. I'd suggest the following:CrucibleOverride
->LLVM.Overrides
CrucibleLLVM
->LLVM.Crucible
CrucibleBuiltins
->LLVM.Builtins
CrucibleMethodSpecIR
->LLVM.MethodSpec
CrucibleResolveSetupValue
->LLVM.SetupValue
The text was updated successfully, but these errors were encountered: