[llvm] r280971 - AArch64 .arch directive - Include default arch attributes with extensions.

Renato Golin via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 8 13:23:23 PDT 2016


On 8 September 2016 at 18:27, Eric Christopher via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
>         .arch armv8.1-a+ras
>         esb

Hi Eric,

Slightly unrelated, but this test is still not testing what it should,
since it was "passing" before, so "ras" is assumed there by default
anyway.

I suggest either remove it, or move it to the negative test as ".arch
armv8.1-a+noras" and check for the error...

cheers,
--renato


More information about the llvm-commits mailing list