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: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to