[PATCH] D71129: [ARM][CMSE] Implement CMSE attributes

Russell Gallop via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 24 05:16:34 PDT 2020


Hi Momchil,

Can I just check that you've seen this bot failure here since this patch:
http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-scei-ps4-ubuntu-fast/builds/64604/steps/test-check-all/logs/FAIL%3A%20Clang%3A%3Asave-temps.c


The new case that you've added to save-temps.c doesn't work if you only
build with -DLLVM_TARGETS_TO_BUILD=X86 (i.e. not building ARM).
Please could you take a look?

Thanks
Russ

On Tue, 24 Mar 2020 at 10:45, Momchil Velikov via Phabricator via
cfe-commits <cfe-commits at lists.llvm.org> wrote:

> This revision was automatically updated to reflect the committed changes.
> Closed by commit rG080d046c91d2: [ARM][CMSE] Implement CMSE attributes
> (authored by chill).
> Herald added a project: clang.
> Herald added a subscriber: cfe-commits.
>
> Repository:
>   rG LLVM Github Monorepo
>
> CHANGES SINCE LAST ACTION
>   https://reviews.llvm.org/D71129/new/
>
> https://reviews.llvm.org/D71129
>
> Files:
>   clang/include/clang/AST/Type.h
>   clang/include/clang/AST/TypeProperties.td
>   clang/include/clang/Basic/Attr.td
>   clang/include/clang/Basic/AttrDocs.td
>   clang/include/clang/Basic/DiagnosticDriverKinds.td
>   clang/include/clang/Basic/DiagnosticSemaKinds.td
>   clang/include/clang/CodeGen/CGFunctionInfo.h
>   clang/lib/AST/TypePrinter.cpp
>   clang/lib/CodeGen/CGCall.cpp
>   clang/lib/Driver/ToolChains/Clang.cpp
>   clang/lib/Sema/SemaDecl.cpp
>   clang/lib/Sema/SemaDeclAttr.cpp
>   clang/lib/Sema/SemaExpr.cpp
>   clang/lib/Sema/SemaType.cpp
>   clang/lib/Serialization/ASTWriter.cpp
>   clang/test/AST/ast-dump-arm-attr.c
>   clang/test/CodeGen/arm-cmse-attr.c
>   clang/test/CodeGen/arm-cmse-call.c
>   clang/test/Driver/ropi-rwpi.c
>   clang/test/Driver/save-temps.c
>   clang/test/Misc/pragma-attribute-supported-attributes-list.test
>   clang/test/Sema/arm-cmse.c
>   clang/test/Sema/arm-no-cmse.c
>   clang/test/SemaCXX/arm-cmse.cpp
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200324/55ad831d/attachment.html>


More information about the cfe-commits mailing list