summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/safestack/lit.cfg.py
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/test/safestack/lit.cfg.py')
-rw-r--r--compiler-rt/test/safestack/lit.cfg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/safestack/lit.cfg.py b/compiler-rt/test/safestack/lit.cfg.py
index f58ec45533d..95a115986ec 100644
--- a/compiler-rt/test/safestack/lit.cfg.py
+++ b/compiler-rt/test/safestack/lit.cfg.py
@@ -9,7 +9,7 @@ config.name = 'SafeStack'
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_nosafestack ", config.clang + " -O0 -fno-sanitize=safe-stack ") )
OpenPOWER on IntegriCloud