[llvm] 1b9972d - Remove (unneeded) '-asan-use-after-return' from hoist-argument-init-insts.ll.

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


Author: Kevin Athey
Date: 2021-05-14T11:55:23-07:00
New Revision: 1b9972d01ce13f37a3fe01ac0e48f1ef8e4cced6

URL: https://github.com/llvm/llvm-project/commit/1b9972d01ce13f37a3fe01ac0e48f1ef8e4cced6
DIFF: https://github.com/llvm/llvm-project/commit/1b9972d01ce13f37a3fe01ac0e48f1ef8e4cced6.diff

LOG: Remove (unneeded) '-asan-use-after-return' from hoist-argument-init-insts.ll.

Remove (unneeded) '-asan-use-after-return' from hoist-argument-init-insts.ll.

Reviewed By: vsk

Differential Revision: https://reviews.llvm.org/D102448

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/test/Instrumentation/AddressSanitizer/hoist-argument-init-insts.ll b/llvm/test/Instrumentation/AddressSanitizer/hoist-argument-init-insts.ll
index 821bfc86a0e5..a6888a36659a 100644
--- a/llvm/test/Instrumentation/AddressSanitizer/hoist-argument-init-insts.ll
+++ b/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; };


        


More information about the llvm-commits mailing list