[PATCH] Propagate -fno-unwind-tables to EHABI

Logan Chien tzuhsiang.chien at gmail.com
Tue Mar 18 12:06:06 PDT 2014


  Sorry for the typo.

  "One solution is to change the condition to emit the cantunwind to `(!nounwind)` and change shouldEmitEH to `(uwtable || !nounwind)`"

  Should be changed as:

  "One solution is to change the condition to emit the cantunwind to `(!uwtable && nounwind)` and change shouldEmitEH to `(uwtable || nounwind)`"

http://llvm-reviews.chandlerc.com/D3079



More information about the llvm-commits mailing list