comparison llvm/test/Instrumentation/AddressSanitizer/do-not-instrument-sanitizers.ll @ 207:2e18cbf3894f

LLVM12
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Tue, 08 Jun 2021 06:07:14 +0900
parents 1d019706d866
children c4bab56944e8
comparison
equal deleted inserted replaced
173:0572611fdcc8 207:2e18cbf3894f
1 ; This test checks that we are not instrumenting sanitizer code. 1 ; This test checks that we are not instrumenting sanitizer code.
2 ; RUN: opt < %s -asan -asan-module -S | FileCheck %s 2 ; RUN: opt < %s -asan -asan-module -enable-new-pm=0 -S | FileCheck %s
3 ; RUN: opt < %s -passes='asan-pipeline' -S | FileCheck %s
3 4
4 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" 5 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
5 target triple = "x86_64-unknown-linux-gnu" 6 target triple = "x86_64-unknown-linux-gnu"
6 7
7 ; Function Attrs: nounwind uwtable 8 ; Function Attrs: nounwind uwtable