Skip to content
  • Lang Hames's avatar
    [ORC] Rename VSO to JITDylib. · d5f56c59
    Lang Hames authored
    VSO was a little close to VDSO (an acronym on Linux for Virtual Dynamic Shared
    Object) for comfort. It also risks giving the impression that instances of this
    class could be shared between ExecutionSessions, which they can not.
    
    JITDylib seems moderately less confusing, while still hinting at how this
    class is intended to be used, i.e. as a JIT-compiled stand-in for a dynamic
    library (code that would have been a dynamic library if you had wanted to
    compile it ahead of time).
    
    llvm-svn: 340084
    d5f56c59
Loading