Package org.lwjgl.llvm
Class LLVMLinker
java.lang.Object
org.lwjgl.llvm.LLVMLinker
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classContains the function pointers loaded fromLLVMCore.getLibrary(). -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThis enum is provided for backwards-compatibility only.static final intThis enum is provided for backwards-compatibility only. -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanLLVMLinkModules2(long Dest, long Src) Links the source module into the destination module.
-
Field Details
-
LLVMLinkerDestroySource
public static final int LLVMLinkerDestroySourceThis enum is provided for backwards-compatibility only. It has no effect.(
LLVMLinkerMode)Enum values:
LinkerDestroySource- This is the default behavior.LinkerPreserveSource_Removed- This option has been deprecated and should not be used.
- See Also:
-
LLVMLinkerPreserveSource_Removed
public static final int LLVMLinkerPreserveSource_RemovedThis enum is provided for backwards-compatibility only. It has no effect.(
LLVMLinkerMode)Enum values:
LinkerDestroySource- This is the default behavior.LinkerPreserveSource_Removed- This option has been deprecated and should not be used.
- 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.
-