Skip to content

Commit e45f1af

Browse files
author
Meghana Gupta
committed
[MERGE #1980 @meg-gupta] Fix arm64 build failure
Merge pull request #1980 from meg-gupta:arm64build Some recent wasm lower function definitions were not added in arm64/LowerMD.h
2 parents 90e11e6 + 89f4bb3 commit e45f1af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/Backend/arm64/LowerMD.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,8 @@ class LowererMD
204204
void EmitInt64toFloat(IR::Opnd *dst, IR::Opnd *src, IR::Instr *instrInsert) { __debugbreak(); }
205205
void EmitIntToLong(IR::Opnd *dst, IR::Opnd *src, IR::Instr *instrInsert) { __debugbreak(); }
206206
void EmitUIntToLong(IR::Opnd *dst, IR::Opnd *src, IR::Instr *instrInsert) { __debugbreak(); }
207-
void EmitLongToInt(IR::Instr *instrInsert) { __debugbreak(); }
207+
void EmitLongToInt(IR::Opnd *dst, IR::Opnd *src, IR::Instr *instrInsert) { __debugbreak(); }
208+
void GenerateTruncWithCheck(IR::Instr * instr) { __debugbreak(); }
208209
static IR::Instr * InsertConvertFloat64ToInt32(const RoundMode roundMode, IR::Opnd *const dst, IR::Opnd *const src, IR::Instr *const insertBeforeInstr) { __debugbreak(); return 0; }
209210
void EmitLoadFloatFromNumber(IR::Opnd *dst, IR::Opnd *src, IR::Instr *insertInstr) { __debugbreak(); }
210211
IR::LabelInstr* EmitLoadFloatCommon(IR::Opnd *dst, IR::Opnd *src, IR::Instr *insertInstr, bool needHelperLabel) { __debugbreak(); return 0; }

0 commit comments

Comments
 (0)