Differential D39775 Diff 123274 llvm/trunk/test/Instrumentation/AddressSanitizer/stack_dynamic_alloca.ll
Changeset View
Changeset View
Standalone View
Standalone View
llvm/trunk/test/Instrumentation/AddressSanitizer/stack_dynamic_alloca.ll
; RUN: opt < %s -asan -asan-module -asan-stack-dynamic-alloca \ | ; RUN: opt < %s -asan -asan-module -asan-stack-dynamic-alloca \ | ||||
; RUN: -asan-use-after-return -S | FileCheck %s | ; RUN: -asan-use-after-return -S | FileCheck %s | ||||
; RUN: opt < %s -asan -asan-module -asan-stack-dynamic-alloca -asan-mapping-scale=5 \ | |||||
; RUN: -asan-use-after-return -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-S128" | 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" | target triple = "x86_64-unknown-linux-gnu" | ||||
define void @Func1() sanitize_address { | define void @Func1() sanitize_address { | ||||
entry: | entry: | ||||
; CHECK-LABEL: Func1 | ; CHECK-LABEL: Func1 | ||||
; CHECK: entry: | ; CHECK: entry: | ||||
▲ Show 20 Lines • Show All 67 Lines • Show Last 20 Lines |