[LLVMbugs] [Bug 19906] New: EHABI cannot be disabled

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri May 30 22:01:04 PDT 2014


http://llvm.org/bugs/show_bug.cgi?id=19906

            Bug ID: 19906
           Summary: EHABI cannot be disabled
           Product: libraries
           Version: trunk
          Hardware: Other
                OS: other
            Status: NEW
          Severity: normal
          Priority: P
         Component: Backend: ARM
          Assignee: unassignedbugs at nondot.org
          Reporter: taralx at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

As far as I can tell, it's not possible to disable EHABI in LLVM-generated
assembler. This is causing a problem because I'm compiling for a platform that
does not support it (pebble smartwatch).

For now I'm working around it by removing .fnstart/fnend/save/pad directives,
but some way to outright disable it would be nice.

(See also bug 18710, bug 18758.)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140531/757606dc/attachment.html>


More information about the llvm-bugs mailing list