Remove importing memcpy intrinsic as it kills RaspberryPi build.
This commit is contained in:
committed by
Nikolay Igotti
parent
5c994265cd
commit
7d7368182d
+1
-1
@@ -469,7 +469,7 @@ internal class Llvm(val context: Context, val llvmModule: LLVMModuleRef) {
|
|||||||
)
|
)
|
||||||
|
|
||||||
val memsetFunction = importMemset()
|
val memsetFunction = importMemset()
|
||||||
val memcpyFunction = importMemcpy()
|
//val memcpyFunction = importMemcpy()
|
||||||
|
|
||||||
val usedFunctions = mutableListOf<LLVMValueRef>()
|
val usedFunctions = mutableListOf<LLVMValueRef>()
|
||||||
val usedGlobals = mutableListOf<LLVMValueRef>()
|
val usedGlobals = mutableListOf<LLVMValueRef>()
|
||||||
|
|||||||
Reference in New Issue
Block a user