[PATCH] Propagate -fno-unwind-tables to EHABI
Logan Chien
tzuhsiang.chien at gmail.com
Mon Mar 17 10:20:11 PDT 2014
================
Comment at: test/CodeGen/ARM/ehabi.ll:283
@@ -282,3 +282,3 @@
-define void @test4() nounwind {
+define void @test4() uwtable nounwind {
entry:
----------------
Is this change of test case correct? IIRC, .cantunwind shouldn't be emitted when the function has uwtable attribute.
I remembered that Rafael had argued for this **feature** in the mailing list.
http://llvm-reviews.chandlerc.com/D3079
More information about the llvm-commits
mailing list