summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2013-02-18 13:47:02 +0000
committerKostya Serebryany <kcc@google.com>2013-02-18 13:47:02 +0000
commit7ca384bc1a9070c675d42b01790a6dbea84fcdbd (patch)
treee08948a8fab5356d2c718ad1a1e48db425d89cd9 /llvm/test
parent9ed9ade0ef42ab9f20a888df2c01addb057ceca0 (diff)
downloadbcm5719-llvm-7ca384bc1a9070c675d42b01790a6dbea84fcdbd.tar.gz
bcm5719-llvm-7ca384bc1a9070c675d42b01790a6dbea84fcdbd.zip
[asan] revert r175266 as it breaks code with packed structures. supporting long double will require a more general solution
llvm-svn: 175442
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/Instrumentation/AddressSanitizer/basic.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Instrumentation/AddressSanitizer/basic.ll b/llvm/test/Instrumentation/AddressSanitizer/basic.ll
index 746caf704bd..c1b27a59023 100644
--- a/llvm/test/Instrumentation/AddressSanitizer/basic.ll
+++ b/llvm/test/Instrumentation/AddressSanitizer/basic.ll
@@ -96,5 +96,5 @@ entry:
}
; CHECK: LongDoubleTest
-; CHECK: __asan_report_store16
+; CHECK-NOT: __asan_report_store16
; CHECK: ret void
OpenPOWER on IntegriCloud