Differential D39775 Diff 123274 llvm/trunk/test/Instrumentation/AddressSanitizer/global_metadata_array.ll
Changeset View
Changeset View
Standalone View
Standalone View
llvm/trunk/test/Instrumentation/AddressSanitizer/global_metadata_array.ll
; RUN: opt < %s -asan -asan-module -asan-globals-live-support=0 -mtriple=x86_64-unknown-linux-gnu -S | FileCheck %s | ; RUN: opt < %s -asan -asan-module -asan-globals-live-support=0 -mtriple=x86_64-unknown-linux-gnu -S | FileCheck --check-prefixes=CHECK,CHECK-S3 %s | ||||
; RUN: opt < %s -asan -asan-module -asan-globals-live-support=0 -mtriple=x86_64-apple-macosx10.11.0 -S | FileCheck %s | ; RUN: opt < %s -asan -asan-module -asan-globals-live-support=0 -mtriple=x86_64-apple-macosx10.11.0 -S | FileCheck --check-prefixes=CHECK,CHECK-S3 %s | ||||
; RUN: opt < %s -asan -asan-module -asan-globals-live-support=0 -mtriple=x86_64-pc-windows-msvc19.0.24215 -S | FileCheck %s | ; RUN: opt < %s -asan -asan-module -asan-globals-live-support=0 -mtriple=x86_64-pc-windows-msvc19.0.24215 -S | FileCheck --check-prefixes=CHECK,CHECK-S3 %s | ||||
; RUN: opt < %s -asan -asan-module -asan-globals-live-support=0 -asan-mapping-scale=5 -mtriple=x86_64-unknown-linux-gnu -S | FileCheck --check-prefixes=CHECK,CHECK-S5 %s | |||||
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" | target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" | ||||
; Globals: | ; Globals: | ||||
@global = global i32 0, align 4 | @global = global i32 0, align 4 | ||||
@dyn_init_global = global i32 0, align 4 | @dyn_init_global = global i32 0, align 4 | ||||
@blacklisted_global = global i32 0, align 4 | @blacklisted_global = global i32 0, align 4 | ||||
@_ZZ4funcvE10static_var = internal global i32 0, align 4 | @_ZZ4funcvE10static_var = internal global i32 0, align 4 | ||||
▲ Show 20 Lines • Show All 59 Lines • Show Last 20 Lines |