[PATCH] D115477: [dfsan] Add missing test for the new pass manager with -dfsan-ignore-personality-routine

Taewook Oh via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 9 15:50:16 PST 2021


twoh created this revision.
twoh added a reviewer: browneee.
twoh requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

A test for the new pass manager was missed from the original diff D115317 <https://reviews.llvm.org/D115317>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D115477

Files:
  llvm/test/Instrumentation/DataFlowSanitizer/ignore_persnality_routine.ll


Index: llvm/test/Instrumentation/DataFlowSanitizer/ignore_persnality_routine.ll
===================================================================
--- llvm/test/Instrumentation/DataFlowSanitizer/ignore_persnality_routine.ll
+++ 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"


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115477.393312.patch
Type: text/x-patch
Size: 1071 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211209/d05972bf/attachment.bin>


More information about the llvm-commits mailing list