[PATCH] D51429: [AArch64] Return Address Signing B Key Support

Luke Cheeseman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 12 09:39:21 PDT 2018


LukeCheeseman updated this revision to Diff 169430.
LukeCheeseman added a comment.

- Stop parsing msign-return-address as a scope and key pair
- pass bti value through to the CC1 driver and handle it, this adds the branch-target-enforce attribute to functions


https://reviews.llvm.org/D51429

Files:
  include/clang/Basic/DiagnosticDriverKinds.td
  include/clang/Driver/CC1Options.td
  include/clang/Driver/Options.td
  include/clang/Frontend/CodeGenOptions.def
  include/clang/Frontend/CodeGenOptions.h
  lib/CodeGen/CGDeclCXX.cpp
  lib/CodeGen/TargetInfo.cpp
  lib/Driver/ToolChains/Clang.cpp
  lib/Frontend/CompilerInvocation.cpp
  test/CodeGen/aarch64-sign-return-address.c
  test/CodeGenCXX/aarch64-sign-return-address-static-ctor.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51429.169430.patch
Type: text/x-patch
Size: 14929 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20181012/32c0d7d5/attachment-0001.bin>


More information about the cfe-commits mailing list