llvm-mirror/test/Instrumentation/AddressSanitizer
Eli Bendersky 4afdeeb682 Replace all instances of dg.exp file with lit.local.cfg, since all tests are run with LIT now and now Dejagnu. dg.exp is no longer needed.
Patch reviewed by Daniel Dunbar. It will be followed by additional cleanup patches.

llvm-svn: 150664
2012-02-16 06:28:33 +00:00
..
asan-vs-gvn.ll [asan] fix asan-vs-gvn.ll test (it did not actually check much before this change) 2012-02-14 00:02:35 +00:00
bug_11395.ll [asan] enable asan only for the functions that have Attribute::AddressSafety 2012-01-24 19:34:43 +00:00
do-not-touch-odr-global.ll fall back to explicit list of allowed linkages when instrumenting globals in asan; add a test check that asan does not touch linkonce_odr 2011-11-17 23:14:59 +00:00
do-not-touch-threadlocal.ll [asan] do not instrument threadlocal globals, this is buggy 2011-11-23 02:10:54 +00:00
instrument_global.ll [asan] add a test for instrumenting globals 2011-12-16 01:28:19 +00:00
instrument_load_then_store.ll [asan] enable asan only for the functions that have Attribute::AddressSafety 2012-01-24 19:34:43 +00:00
instrument-no-return.ll [asan] unpoison the stack before every noreturn call. Fixes asan issue 37. llvm part 2012-02-08 21:36:17 +00:00
lit.local.cfg Replace all instances of dg.exp file with lit.local.cfg, since all tests are run with LIT now and now Dejagnu. dg.exp is no longer needed. 2012-02-16 06:28:33 +00:00
test64.ll [asan] enable asan only for the functions that have Attribute::AddressSafety 2012-01-24 19:34:43 +00:00