[LLVMbugs] [Bug 21175] New: trunk lib/builtins/assembly.h: missing #define THUMB_FUNC for __APPLE__ __ARM_ARCH_ISA_THUMB != 2

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Oct 6 13:05:02 PDT 2014


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

            Bug ID: 21175
           Summary: trunk lib/builtins/assembly.h: missing #define
                    THUMB_FUNC for __APPLE__ __ARM_ARCH_ISA_THUMB != 2
           Product: compiler-rt
           Version: unspecified
          Hardware: Macintosh
                OS: MacOS X
            Status: NEW
          Severity: normal
          Priority: P
         Component: compiler-rt
          Assignee: unassignedbugs at nondot.org
          Reporter: stephan.bergmann.secondary at googlemail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

after r219040:

> Index: lib/builtins/assembly.h
> ===================================================================
> --- lib/builtins/assembly.h	(revision 219139)
> +++ lib/builtins/assembly.h	(working copy)
> @@ -30,6 +30,8 @@
>  #define SYMBOL_IS_FUNC(name)
>  #if __ARM_ARCH_ISA_THUMB == 2
>  #define THUMB_FUNC .thumb_func
> +#else
> +#define THUMB_FUNC
>  #endif
>  
>  #elif defined(__ELF__)

-- 
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/20141006/41601342/attachment.html>


More information about the llvm-bugs mailing list