I'm getting these errors with r165159:
authorBill Wendling <isanbard@gmail.com>
Thu, 4 Oct 2012 01:44:41 +0000 (01:44 +0000)
committerBill Wendling <isanbard@gmail.com>
Thu, 4 Oct 2012 01:44:41 +0000 (01:44 +0000)
commit836d53015e844b346d722d88615cd9131cdd7f42
treeb9c8cb5033f5f7d0ea1bb79682358ec42ac6adf7
parent50f06aa666d4488a1106eab4101c01b4b00701c2
I'm getting these errors with r165159:

/Users/void/llvm/llvm-tot.src/projects/compiler-rt/lib/arm/eqdf2vfp.S:22:2: error: instruction requires: VFP2
 vmov d6, r0, r1
 ^
/Users/void/llvm/llvm-tot.src/projects/compiler-rt/lib/arm/eqdf2vfp.S:23:2: error: instruction requires: VFP2
 vmov d7, r2, r3
 ^
/Users/void/llvm/llvm-tot.src/projects/compiler-rt/lib/arm/eqdf2vfp.S:24:2: error: instruction requires: VFP2
 vcmp.f64 d6, d7
 ^
/Users/void/llvm/llvm-tot.src/projects/compiler-rt/lib/arm/eqdf2vfp.S:25:2: error: instruction requires: VFP2
 vmrs apsr_nzcv, fpscr
 ^

llvm-svn: 165191
compiler-rt/make/platform/clang_darwin.mk