[PATCH] D123010: [asan] Emit .size directive for global object size before redzone

Alex Brachet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 14 10:29:43 PDT 2022


abrachet marked 2 inline comments as done.
abrachet added inline comments.


================
Comment at: llvm/test/Verifier/explicit_size.ll:2
+; RUN: split-file %s %t
+; RUN: not llc < %t/multiple.ll -mtriple=x86_64-unknown-linux-gnu 2>&1 | FileCheck %s --check-prefix=MULTIPLE
+; RUN: not llc < %t/operands.ll -mtriple=x86_64-unknown-linux-gnu 2>&1 | FileCheck %s --check-prefix=OPERANDS
----------------
MaskRay wrote:
> This directory doesn't use `llc`. You can verify by looking for other tests.
> 
> Use `opt -verify -disable-output `
Thanks. Sorry about that.


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

https://reviews.llvm.org/D123010



More information about the llvm-commits mailing list