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