[MCJIT] This test shouldn't require an unwind table.

This should fix the failures on the Fuchsia bot that started in
https://lab.llvm.org/buildbot/#/builders/98/builds/6401.
This commit is contained in:
Lang Hames 2021-09-26 14:14:41 -07:00
parent e2f780fba9
commit daf0b2f078
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
@count = global i32 1, align 4
define i32 @main() nounwind uwtable {
define i32 @main() nounwind {
entry:
%retval = alloca i32, align 4
%i = alloca i32, align 4