[PATCH] D120674: [ASan] Removed unused AddressSanitizerPass functional pass.

Vitaly Buka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 28 16:17:49 PST 2022


vitalybuka accepted this revision.
vitalybuka added inline comments.


================
Comment at: llvm/test/Instrumentation/AddressSanitizer/str-nobuiltin.ll:3
 ;
-; RUN: opt < %s -passes='asan-function-pipeline' -S | FileCheck %s
+; RUN: opt < %s -passes='asan-pipeline' -S | FileCheck %s
 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"
----------------
maybe you can remove -pipeline thing as well
it was needed because of two passes (probably)

follow up patch is fine


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D120674/new/

https://reviews.llvm.org/D120674



More information about the llvm-commits mailing list