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

Reply via email to