[PATCH] D28463: [Builtin] [ARM] Update CMake to support the build of armv6m

Kuba (Brecka) Mracek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 19 14:52:42 PST 2017


kubamracek added a comment.

Hi, this causes build failures one of our internal Darwin machines when building the `lib/builtins/arm/comparesf2.S` file with `-ffreestanding -arch armv6m -static -mfloat-abi=soft`:

  ./lib/builtins/arm/comparesf2.S:72:5: error: instruction requires: arm-mode
      orrs r6, r2, r6
  ./lib/builtins/arm/comparesf2.S:197:5: error: instruction requires: arm-mode
      orrs r6, r2, r6

Any ideas why?


Repository:
  rL LLVM

https://reviews.llvm.org/D28463





More information about the llvm-commits mailing list