Remove workarounds for LLVM bug 33220
This commit is contained in:
committed by
SvyatoslavScherbina
parent
b51d029a33
commit
0279cee371
+1
-3
@@ -713,9 +713,7 @@ internal class FunctionGenerationContext(val function: LLVMValueRef,
|
||||
|
||||
private val needSlots: Boolean
|
||||
get() {
|
||||
return slotCount > frameOverlaySlotCount || localAllocs > 0 ||
|
||||
// Prevent empty cleanup on mingw to workaround LLVM bug:
|
||||
context.config.targetManager.target == KonanTarget.MINGW
|
||||
return slotCount > frameOverlaySlotCount || localAllocs > 0
|
||||
}
|
||||
|
||||
private fun releaseVars() {
|
||||
|
||||
Reference in New Issue
Block a user