summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/shadowcallstack/lit.cfg.py
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/test/shadowcallstack/lit.cfg.py')
-rw-r--r--compiler-rt/test/shadowcallstack/lit.cfg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/shadowcallstack/lit.cfg.py b/compiler-rt/test/shadowcallstack/lit.cfg.py
index d04d37831dd..fc736af8c4f 100644
--- a/compiler-rt/test/shadowcallstack/lit.cfg.py
+++ b/compiler-rt/test/shadowcallstack/lit.cfg.py
@@ -9,7 +9,7 @@ config.name = 'ShadowCallStack'
config.test_source_root = os.path.dirname(__file__)
# Test suffixes.
-config.suffixes = ['.c', '.cc', '.cpp', '.m', '.mm', '.ll', '.test']
+config.suffixes = ['.c', '.cpp', '.m', '.mm', '.ll', '.test']
# Add clang substitutions.
config.substitutions.append( ("%clang_noscs ", config.clang + ' -O0 -fno-sanitize=shadow-call-stack ' + config.target_cflags + ' ') )
OpenPOWER on IntegriCloud