forked from OSchip/llvm-project
[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:
parent
e2f780fba9
commit
daf0b2f078
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue