[PATCH] D18846: [safestack] Add canary to unsafe stack frames

Evgeniy Stepanov via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 7 16:13:15 PDT 2016


eugenis added inline comments.

================
Comment at: test/CodeGen/X86/safestack_ssp.ll:1
@@ +1,2 @@
+; RUN: llc -mtriple=i386-linux < %s -o - | FileCheck --check-prefix=LINUX-I386 %s
+; RUN: llc -mtriple=x86_64-linux < %s -o - | FileCheck --check-prefix=LINUX-X64 %s
----------------
pcc wrote:
> Why is this a backend test rather than an opt test?
Do you want me to remove it? I think it is useful as-is. I've added more opt tests.



Repository:
  rL LLVM

http://reviews.llvm.org/D18846





More information about the llvm-commits mailing list