[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
Thu May 13 15:09:05 PDT 2021
kda created this revision.
kda requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Remove (unneeded) '-asan-use-after-return' from hoist-argument-init-insts.ll.
Repository:
rG LLVM Github Monorepo
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.345296.patch
Type: text/x-patch
Size: 722 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210513/6acc9eb0/attachment.bin>
More information about the llvm-commits
mailing list