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: unassignedb...@nondot.org
          Reporter: b...@linaro.org
                CC: llvm-bugs@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to