summaryrefslogtreecommitdiff
path: root/test/Instrumentation/AddressSanitizer
diff options
context:
space:
mode:
authorAlexey Samsonov <samsonov@google.com>2013-03-14 12:38:58 +0000
committerAlexey Samsonov <samsonov@google.com>2013-03-14 12:38:58 +0000
commitb4ba5e68e1ac00bfb93572a1f271673deefd7ea9 (patch)
treef9383705bcb098870e33735348965217319141fe /test/Instrumentation/AddressSanitizer
parent41b55f5556d1332934cefa7c14862313eb87fa29 (diff)
downloadllvm-b4ba5e68e1ac00bfb93572a1f271673deefd7ea9.tar.gz
llvm-b4ba5e68e1ac00bfb93572a1f271673deefd7ea9.tar.bz2
llvm-b4ba5e68e1ac00bfb93572a1f271673deefd7ea9.tar.xz
[ASan] emit instrumentation for initialization order checking by default
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177063 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Instrumentation/AddressSanitizer')
-rw-r--r--test/Instrumentation/AddressSanitizer/instrument_initializer_metadata.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Instrumentation/AddressSanitizer/instrument_initializer_metadata.ll b/test/Instrumentation/AddressSanitizer/instrument_initializer_metadata.ll
index 584db3762b..1d00cfacaf 100644
--- a/test/Instrumentation/AddressSanitizer/instrument_initializer_metadata.ll
+++ b/test/Instrumentation/AddressSanitizer/instrument_initializer_metadata.ll
@@ -1,4 +1,4 @@
-; RUN: opt < %s -asan -asan-module -asan-initialization-order -S | FileCheck %s
+; RUN: opt < %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 triple = "x86_64-unknown-linux-gnu"
@xxx = internal global i32 0, align 4 ; With dynamic initializer.