http://llvm.org/bugs/show_bug.cgi?id=5309
Summary: incorrect __SOFTFP__ breaks build on ARM
Product: new-bugs
Version: 2.6
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: new bugs
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected]
In lib/Target/ARM/ARMJITInfo.cpp, there are two instances of
#ifndef __SOFTFP__
which break building LLVM on (at least) ARM/Linux. All instances should be
replaced with:
#ifdef __VFP_FP__
(according to aKor)
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- 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