[llvm-bugs] [Bug 27010] New: clang integrated-as on aarch64 doesn't understand ".cpu generic+fp+simd"

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Mar 21 03:22:40 PDT 2016


https://llvm.org/bugs/show_bug.cgi?id=27010

            Bug ID: 27010
           Summary: clang integrated-as on aarch64 doesn't understand
                    ".cpu generic+fp+simd"
           Product: new-bugs
           Version: 3.8
          Hardware: Other
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: bero at linaro.org
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

gas uses the .cpu pseudodirective to determine what optional instructions can
be used on aarch64, e.g. ".cpu generic+fp+simd"
Clang integrated-as rejects those constructs with "error: unknown directive".
This breaks e.g. building boost on aarch64.

-- 
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/20160321/3736460e/attachment.html>


More information about the llvm-bugs mailing list