summaryrefslogtreecommitdiff
path: root/test/dfsan
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2019-08-05 13:19:28 +0000
committerNico Weber <nicolasweber@gmx.de>2019-08-05 13:19:28 +0000
commit011073bc306e417afe2adf78614b99cb35161d61 (patch)
tree785f5acde6f7e56d9115f07a5f9d940de2a3a06a /test/dfsan
parent281f6cbfc6aa5103f06798edd3dfb396b2bc7d53 (diff)
downloadcompiler-rt-011073bc306e417afe2adf78614b99cb35161d61.tar.gz
compiler-rt: Rename .cc file in test/dfsan to cpp
See r367849 et al. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@367854 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/dfsan')
-rw-r--r--test/dfsan/custom.cpp (renamed from test/dfsan/custom.cc)0
-rw-r--r--test/dfsan/lit.cfg.py2
2 files changed, 1 insertions, 1 deletions
diff --git a/test/dfsan/custom.cc b/test/dfsan/custom.cpp
index 71422f7ce..71422f7ce 100644
--- a/test/dfsan/custom.cc
+++ b/test/dfsan/custom.cpp
diff --git a/test/dfsan/lit.cfg.py b/test/dfsan/lit.cfg.py
index 6dc0f9c45..e9739fb07 100644
--- a/test/dfsan/lit.cfg.py
+++ b/test/dfsan/lit.cfg.py
@@ -19,7 +19,7 @@ config.substitutions.append( ("%clang_dfsan ", build_invocation(clang_dfsan_cfla
config.substitutions.append( ("%clangxx_dfsan ", build_invocation(clang_dfsan_cxxflags)) )
# Default test suffixes.
-config.suffixes = ['.c', '.cc', '.cpp']
+config.suffixes = ['.c', '.cpp']
# DataFlowSanitizer tests are currently supported on Linux only.
if config.host_os not in ['Linux']: