Interface LLVMResourceProvider


public interface LLVMResourceProvider
Marker interface to be used by classes that provide resources to the LLVM runtime. This interface is used with a service provider to pull in resources on demand. Modules that provide implementations of this interface are only going to be loaded when there is no LLVM language home available.
  • Method Summary

    Modifier and Type
    Method
    Description
    getBasePath(com.oracle.truffle.api.InternalResource.OS os, com.oracle.truffle.api.InternalResource.CPUArchitecture arch)
     
     
  • Method Details

    • getConfiguration

      String getConfiguration()
    • getBasePath

      String getBasePath(com.oracle.truffle.api.InternalResource.OS os, com.oracle.truffle.api.InternalResource.CPUArchitecture arch)