[PATCH] D102448: Remove (unneeded) '-asan-use-after-return' from hoist-argument-init-insts.ll.

Kevin Athey via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 14 11:55:37 PDT 2021


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG1b9972d01ce1: Remove (unneeded) '-asan-use-after-return' from hoist-argument-init-insts.ll. (authored by kda).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102448

Files:
  llvm/test/Instrumentation/AddressSanitizer/hoist-argument-init-insts.ll


Index: llvm/test/Instrumentation/AddressSanitizer/hoist-argument-init-insts.ll
===================================================================
--- llvm/test/Instrumentation/AddressSanitizer/hoist-argument-init-insts.ll
+++ llvm/test/Instrumentation/AddressSanitizer/hoist-argument-init-insts.ll
@@ -1,5 +1,5 @@
-; RUN: opt < %s -asan -asan-module -enable-new-pm=0 -asan-use-after-return -S | FileCheck %s
-; RUN: opt < %s -passes='asan-pipeline' -asan-use-after-return -S | FileCheck %s
+; RUN: opt < %s -asan -asan-module -enable-new-pm=0 -S | FileCheck %s
+; RUN: opt < %s -passes='asan-pipeline' -S | FileCheck %s
 
 ; Source (-O0 -fsanitize=address -fsanitize-address-use-after-scope):
 ;; struct S { int x, y; };


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102448.345518.patch
Type: text/x-patch
Size: 722 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210514/d1d08a9a/attachment.bin>


More information about the llvm-commits mailing list