Add a basic test for AddressSanitizer. This is just a bare-bones
authorChandler Carruth <chandlerc@gmail.com>
Mon, 16 Jul 2012 08:56:46 +0000 (08:56 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Mon, 16 Jul 2012 08:56:46 +0000 (08:56 +0000)
commit2f58533d1ec551878b770f8812474b836c32fd6e
tree7c7e2bfc7763da9c9ddbe86a375a0438199d1384
parent299493720382ab26e0842eca233fd240dce3b3d6
Add a basic test for AddressSanitizer. This is just a bare-bones
functionality test.

In general, unless the functionality is substantially separated, we
should lump more basic testing into this file. The test running
infrastructure likes having a few test files with more comprehensive
testing within them.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160253 91177308-0d34-0410-b5e6-96231b3b80d8
test/Instrumentation/AddressSanitizer/basic.ll [new file with mode: 0644]