Please use GitHub pull requests for new patches. Phabricator shutdown timeline
Changeset View
Changeset View
Standalone View
Standalone View
llvm/test/Instrumentation/AddressSanitizer/ubsan.ll
; ASan shouldn't instrument code added by UBSan. | ; ASan shouldn't instrument code added by UBSan. | ||||
; RUN: opt < %s -asan -asan-module -S | FileCheck %s | ; RUN: %opt_asan < %s -asan -asan-module -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" | 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" | ||||
target triple = "x86_64-unknown-linux-gnu" | target triple = "x86_64-unknown-linux-gnu" | ||||
%struct.A = type { i32 (...)** } | %struct.A = type { i32 (...)** } | ||||
declare void @__ubsan_handle_dynamic_type_cache_miss(i8*, i64, i64) uwtable | declare void @__ubsan_handle_dynamic_type_cache_miss(i8*, i64, i64) uwtable | ||||
@__ubsan_vptr_type_cache = external global [128 x i64] | @__ubsan_vptr_type_cache = external global [128 x i64] | ||||
@.src = private unnamed_addr constant [19 x i8] c"tmp/ubsan/vptr.cpp\00", align 1 | @.src = private unnamed_addr constant [19 x i8] c"tmp/ubsan/vptr.cpp\00", align 1 | ||||
▲ Show 20 Lines • Show All 41 Lines • Show Last 20 Lines |