summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/asan/lit_tests/TestCases/default_options.cc
diff options
context:
space:
mode:
authorAlexey Samsonov <samsonov@google.com>2014-02-14 14:06:10 +0000
committerAlexey Samsonov <samsonov@google.com>2014-02-14 14:06:10 +0000
commit9f20d6703479a952465f7db0c2fbd70904c030c2 (patch)
tree165b5b998b1e69a1186b403115919f3b9f3fc1fa /compiler-rt/lib/asan/lit_tests/TestCases/default_options.cc
parent8434e60f7e2d8e5da48d94f612cf980a5d63bcec (diff)
downloadbcm5719-llvm-9f20d6703479a952465f7db0c2fbd70904c030c2.tar.gz
bcm5719-llvm-9f20d6703479a952465f7db0c2fbd70904c030c2.zip
Move ASan lit-tests under test/asan
llvm-svn: 201413
Diffstat (limited to 'compiler-rt/lib/asan/lit_tests/TestCases/default_options.cc')
-rw-r--r--compiler-rt/lib/asan/lit_tests/TestCases/default_options.cc15
1 files changed, 0 insertions, 15 deletions
diff --git a/compiler-rt/lib/asan/lit_tests/TestCases/default_options.cc b/compiler-rt/lib/asan/lit_tests/TestCases/default_options.cc
deleted file mode 100644
index 84b80557b85..00000000000
--- a/compiler-rt/lib/asan/lit_tests/TestCases/default_options.cc
+++ /dev/null
@@ -1,15 +0,0 @@
-// RUN: %clangxx_asan -O2 %s -o %t
-// RUN: %t 2>&1 | FileCheck %s
-
-const char *kAsanDefaultOptions="verbosity=1 foo=bar";
-
-extern "C"
-__attribute__((no_sanitize_address))
-const char *__asan_default_options() {
- // CHECK: Using the defaults from __asan_default_options: {{.*}} foo=bar
- return kAsanDefaultOptions;
-}
-
-int main() {
- return 0;
-}
OpenPOWER on IntegriCloud