Please use GitHub pull requests for new patches. Phabricator shutdown timeline
Differential D39775 Diff 122017 llvm/test/Instrumentation/AddressSanitizer/ShadowScale3/stack_layout.ll
Changeset View
Changeset View
Standalone View
Standalone View
llvm/test/Instrumentation/AddressSanitizer/ShadowScale3/stack_layout.ll
- This file was moved from llvm/test/Instrumentation/AddressSanitizer/stack_layout.ll.
; Test the ASan's stack layout. | ; Test the ASan's stack layout. | ||||
; More tests in tests/Transforms/Utils/ASanStackFrameLayoutTest.cpp | ; More tests in tests/Transforms/Utils/ASanStackFrameLayoutTest.cpp | ||||
; RUN: opt < %s -asan -asan-module -asan-stack-dynamic-alloca=0 -asan-use-after-scope -S \ | ; RUN: %opt_asan < %s -asan -asan-module -asan-stack-dynamic-alloca=0 -asan-use-after-scope -S \ | ||||
; RUN: | FileCheck %s --check-prefixes=CHECK,CHECK-STATIC | ; RUN: | FileCheck %s --check-prefixes=CHECK,CHECK-STATIC | ||||
; RUN: opt < %s -asan -asan-module -asan-stack-dynamic-alloca=1 -asan-use-after-scope -S \ | ; RUN: %opt_asan < %s -asan -asan-module -asan-stack-dynamic-alloca=1 -asan-use-after-scope -S \ | ||||
; RUN: | FileCheck %s --check-prefixes=CHECK,CHECK-DYNAMIC | ; RUN: | FileCheck %s --check-prefixes=CHECK,CHECK-DYNAMIC | ||||
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" | ||||
declare void @Use(i8*) | declare void @Use(i8*) | ||||
declare void @llvm.lifetime.start.p0i8(i64, i8* nocapture) nounwind | declare void @llvm.lifetime.start.p0i8(i64, i8* nocapture) nounwind | ||||
declare void @llvm.lifetime.end.p0i8(i64, i8* nocapture) nounwind | declare void @llvm.lifetime.end.p0i8(i64, i8* nocapture) nounwind | ||||
▲ Show 20 Lines • Show All 102 Lines • Show Last 20 Lines |