llvm-6502/test/Instrumentation/AddressSanitizer/do-not-instrument-cstring.ll
2014-12-05 22:19:18 +00:00

8 lines
348 B
LLVM

; RUN: opt < %s -asan -asan-module -S | FileCheck %s
target datalayout = "e"
target triple = "x86_64-apple-darwin10.0.0"
@foo = private global [19 x i8] c"scannerWithString:\00", section "__TEXT,__objc_methname,cstring_literals"
; CHECK: @foo = private global [19 x i8] c"scannerWithString:\00", section "__TEXT,__objc_methname,cstring_literals"