[PATCH] D84414: [RISCV] Support Shadow Call Stack

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 23 07:58:28 PDT 2020


aaron.ballman added inline comments.


================
Comment at: clang/test/CodeGen/shadowcallstack-attr.c:8
 
+// RUN: %clang_cc1 -triple riscv32-linux-gnu -emit-llvm -o - %s -fsanitize=shadow-call-stack | FileCheck -check-prefix=UNBLACKLISTED %s
+
----------------
Now might be a good opportunity to update this check prefix to a less loaded term.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D84414/new/

https://reviews.llvm.org/D84414





More information about the cfe-commits mailing list