summaryrefslogtreecommitdiff
path: root/test/Instrumentation/AddressSanitizer/X86/asm_attr.ll
diff options
context:
space:
mode:
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>2014-05-07 07:54:11 +0000
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>2014-05-07 07:54:11 +0000
commit227c4c6185f6facd691bfa0c49c5fc8cf6d0569d (patch)
tree092fa6a50feaaea4603c03dc26cd4b5b304bba59 /test/Instrumentation/AddressSanitizer/X86/asm_attr.ll
parent2ecdcdc02628017468f9c6ee9318610d2edfd92a (diff)
downloadllvm-227c4c6185f6facd691bfa0c49c5fc8cf6d0569d.tar.gz
llvm-227c4c6185f6facd691bfa0c49c5fc8cf6d0569d.tar.bz2
llvm-227c4c6185f6facd691bfa0c49c5fc8cf6d0569d.tar.xz
[asan] Add a flag to control asm instrumentation.
With this change, asm instrumentation is disabled by default. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208167 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Instrumentation/AddressSanitizer/X86/asm_attr.ll')
-rw-r--r--test/Instrumentation/AddressSanitizer/X86/asm_attr.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Instrumentation/AddressSanitizer/X86/asm_attr.ll b/test/Instrumentation/AddressSanitizer/X86/asm_attr.ll
index 5beebb41f3..b83a7e90f3 100644
--- a/test/Instrumentation/AddressSanitizer/X86/asm_attr.ll
+++ b/test/Instrumentation/AddressSanitizer/X86/asm_attr.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu -mcpu=corei7 -mattr=+sse2 -asm-instrumentation=address | FileCheck %s
+; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu -mcpu=corei7 -mattr=+sse2 -asm-instrumentation=address -asan-instrument-assembly | FileCheck %s
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-unknown-linux-gnu"