[ASan] Add -asan-module to the ASan .ll tests.
authorAlexander Potapenko <glider@google.com>
Thu, 20 Mar 2014 11:16:34 +0000 (11:16 +0000)
committerAlexander Potapenko <glider@google.com>
Thu, 20 Mar 2014 11:16:34 +0000 (11:16 +0000)
commit90844c477898b64a582886da4a4aeebeed269fb9
tree8a1626fee586101488a8a7378ba4722b3480afa6
parentd68ef1a8d725ef8890dbd8ef7a7f202b735e02b1
[ASan] Add -asan-module to the ASan .ll tests.
After the -asan pass had been split into -asan (function-level) and -asan-module (module-level) some of the
tests have silently stopped working, because they didn't instrument the globals anymore.
We've decided to have every test using both passes, irrespective of the presence of globals in it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204335 91177308-0d34-0410-b5e6-96231b3b80d8
16 files changed:
test/Instrumentation/AddressSanitizer/X86/bug_11395.ll
test/Instrumentation/AddressSanitizer/asan-vs-gvn.ll
test/Instrumentation/AddressSanitizer/basic.ll
test/Instrumentation/AddressSanitizer/coverage.ll
test/Instrumentation/AddressSanitizer/do-not-instrument-internal-globals.ll
test/Instrumentation/AddressSanitizer/do-not-touch-odr-global.ll
test/Instrumentation/AddressSanitizer/do-not-touch-threadlocal.ll
test/Instrumentation/AddressSanitizer/freebsd.ll
test/Instrumentation/AddressSanitizer/instrument-no-return.ll
test/Instrumentation/AddressSanitizer/instrument_load_then_store.ll
test/Instrumentation/AddressSanitizer/keep-instrumented_functions.ll
test/Instrumentation/AddressSanitizer/lifetime-uar.ll
test/Instrumentation/AddressSanitizer/lifetime.ll
test/Instrumentation/AddressSanitizer/stack-poisoning.ll
test/Instrumentation/AddressSanitizer/stack_layout.ll
test/Instrumentation/AddressSanitizer/test64.ll