[llvm-bugs] [Bug 25957] New: Clang emits unconditionally runtime-specific assembly on ARM / AArch64

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Dec 28 11:45:15 PST 2015


https://llvm.org/bugs/show_bug.cgi?id=25957

            Bug ID: 25957
           Summary: Clang emits unconditionally runtime-specific assembly
                    on ARM / AArch64
           Product: clang
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: LLVM Codegen
          Assignee: unassignedclangbugs at nondot.org
          Reporter: csdavec at swan.ac.uk
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

getARCHRetainAutoreleaseReturnValueMarker() should be conditional on the Apple
Objective-C runtime.  This is normally a silent problem, but on Linux is
generates assembly that then then can't be consumed by the back end.

-- 
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/20151228/60a42e79/attachment.html>


More information about the llvm-bugs mailing list