[PATCH] D31140: [LLVMbugs] [Bug 18710] Only generate .ARM.exidx and .ARM.extab when needed in EHABI

Eli Friedman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 7 12:05:20 PDT 2017


efriedma added a comment.

If you want to follow what we do for x86-64 on ARM, you should be doing this in the driver, not codegen (grep for IsUnwindTablesDefault).


https://reviews.llvm.org/D31140





More information about the cfe-commits mailing list