[llvm] 50f3380 - [dfsan] Add missing test for the new pass manager with -dfsan-ignore-personality-routine
Taewook Oh via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 9 18:53:27 PST 2021
Author: Taewook Oh
Date: 2021-12-09T18:53:20-08:00
New Revision: 50f3380290ced550d44077fb0865b7b81e3a244c
URL: https://github.com/llvm/llvm-project/commit/50f3380290ced550d44077fb0865b7b81e3a244c
DIFF: https://github.com/llvm/llvm-project/commit/50f3380290ced550d44077fb0865b7b81e3a244c.diff
LOG: [dfsan] Add missing test for the new pass manager with -dfsan-ignore-personality-routine
A test for the new pass manager was missed from the original diff D115317.
Reviewed By: browneee
Differential Revision: https://reviews.llvm.org/D115477
Added:
Modified:
llvm/test/Instrumentation/DataFlowSanitizer/ignore_persnality_routine.ll
Removed:
################################################################################
diff --git a/llvm/test/Instrumentation/DataFlowSanitizer/ignore_persnality_routine.ll b/llvm/test/Instrumentation/DataFlowSanitizer/ignore_persnality_routine.ll
index b558793bec9da..2d2ea9c023b96 100644
--- a/llvm/test/Instrumentation/DataFlowSanitizer/ignore_persnality_routine.ll
+++ b/llvm/test/Instrumentation/DataFlowSanitizer/ignore_persnality_routine.ll
@@ -1,6 +1,7 @@
; RUN: opt < %s -dfsan -S --dfsan-abilist=%S/Inputs/personality-routine-abilist.txt | FileCheck %s
; RUN: opt < %s -dfsan -S --dfsan-abilist=%S/Inputs/personality-routine-abilist.txt -dfsan-ignore-personality-routine | FileCheck %s --check-prefix=CHECK-IGNORE
; RUN: opt < %s -passes=dfsan -S --dfsan-abilist=%S/Inputs/personality-routine-abilist.txt | FileCheck %s
+; RUN: opt < %s -passes=dfsan -S --dfsan-abilist=%S/Inputs/personality-routine-abilist.txt -dfsan-ignore-personality-routine | FileCheck %s --check-prefix=CHECK-IGNORE
target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64-S128"
target triple = "x86_64-unknown-linux-gnu"
More information about the llvm-commits
mailing list