Class LLVMLinker

java.lang.Object
org.lwjgl.llvm.LLVMLinker

public class LLVMLinker extends Object
  • Field Details

    • LLVMLinkerDestroySource

      public static final int LLVMLinkerDestroySource
      This enum is provided for backwards-compatibility only. It has no effect.

      (LLVMLinkerMode)

      Enum values:
      See Also:
    • LLVMLinkerPreserveSource_Removed

      public static final int LLVMLinkerPreserveSource_Removed
      This enum is provided for backwards-compatibility only. It has no effect.

      (LLVMLinkerMode)

      Enum values:
      See Also:
  • Method Details

    • LLVMLinkModules2

      public static boolean LLVMLinkModules2(long Dest, long Src)
      Links the source module into the destination module.

      The source module is destroyed. The return value is true if an error occurred, false otherwise. Use the diagnostic handler to get any diagnostic message.