diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-04-17 11:46:03 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-04-17 11:46:03 -0700 |
commit | 5891371e0c573f4c3a28c0ac56943674a969b2be (patch) | |
tree | 1cd0448532dbe567444f92b637cdf5ded933c2c9 | |
parent | 2be92943d135dd4beb12c394c921eaaa26f98cc5 (diff) |
fix test/cases/legalizer_ta2.ll for asm1
-rw-r--r-- | tests/cases/legalizer_ta2.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/cases/legalizer_ta2.ll b/tests/cases/legalizer_ta2.ll index 7e17c707..89ebcef6 100644 --- a/tests/cases/legalizer_ta2.ll +++ b/tests/cases/legalizer_ta2.ll @@ -188,4 +188,5 @@ done: declare i32 @puts(i8*) declare i32 @__gxx_personality_v0(...) +declare void @__cxa_throw(i32, i32, i32) ; for asm1, where exceptions are enabled but this test needs a throw to bring in lib stuff |