[LLVMbugs] [Bug 22799] New: Error: selected processor does not support ARM mode `vorr d1, d0, d0'

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Mar 4 19:24:18 PST 2015


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

            Bug ID: 22799
           Summary: Error: selected processor does not support ARM mode
                    `vorr d1,d0,d0'
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Backend: ARM
          Assignee: echristo at gmail.com
          Reporter: hans at chromium.org
                CC: llvmbugs at cs.uiuc.edu, nicolasweber at gmx.de
    Classification: Unclassified

Created attachment 13986
  --> http://llvm.org/bugs/attachment.cgi?id=13986&action=edit
Repro

Chromium's Android port stopped building at LLVM r231324.
From
http://build.chromium.org/p/chromium.fyi/builders/ClangToTAndroidASan/builds/251/steps/compile/logs/stdio:

/tmp/matrix-2241a6.s: Assembler messages:
/tmp/matrix-2241a6.s:1369: Error: selected processor does not support ARM mode
`vorr d1,d0,d0'
clang-3.7: error: assembler command failed with exit code 1 (use -v to see
invocation)


Attaching preprocessed source, run with:

clang  -fno-strict-aliasing -fvisibility=hidden -fPIC -march=armv7-a
-mtune=generic-armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -mthumb
-no-integrated-as -marm -fno-omit-frame-pointer -fsanitize=address
-fsanitize=leak -funwind-tables -fno-short-enums -Wa,--noexecstack -target
arm-linux-androideabi -mllvm -asan-globals=0 -Os -g0 -c /tmp/a.i

-- 
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/20150305/9ae9c8aa/attachment.html>


More information about the llvm-bugs mailing list