From cbdea323acc1181d3943643b6247b1d8241ae930 Mon Sep 17 00:00:00 2001 From: Peter Collingbourne Date: Fri, 25 Oct 2013 23:03:34 +0000 Subject: Add a CMake option COMPILER_RT_DEBUG for building runtimes with full debug info. Differential Revision: http://llvm-reviews.chandlerc.com/D1984 llvm-svn: 193449 --- compiler-rt/lib/asan/lit_tests/TestCases/strncpy-overflow.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'compiler-rt/lib/asan/lit_tests/TestCases/strncpy-overflow.cc') diff --git a/compiler-rt/lib/asan/lit_tests/TestCases/strncpy-overflow.cc b/compiler-rt/lib/asan/lit_tests/TestCases/strncpy-overflow.cc index 2b5f5b7cdd7..5b89dadd6e5 100644 --- a/compiler-rt/lib/asan/lit_tests/TestCases/strncpy-overflow.cc +++ b/compiler-rt/lib/asan/lit_tests/TestCases/strncpy-overflow.cc @@ -7,6 +7,8 @@ // RUN: %clangxx_asan -O3 %s -o %t && not %t 2>%t.out // RUN: FileCheck %s < %t.out && FileCheck %s --check-prefix=CHECK-%os < %t.out +// REQUIRES: compiler-rt-optimized + #include #include int main(int argc, char **argv) { -- cgit v1.2.3