[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 18:53:30 PST 2021
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG50f3380290ce: [dfsan] Add missing test for the new pass manager with -dfsan-ignore… (authored by twoh).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115477/new/
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.393364.patch
Type: text/x-patch
Size: 1071 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211210/b4c5e501/attachment-0001.bin>
More information about the llvm-commits
mailing list