summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/ubsan_minimal
diff options
context:
space:
mode:
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>2017-08-31 00:54:10 +0000
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>2017-08-31 00:54:10 +0000
commit84614f851c4661b219c680457ec0e6eb99ceabc5 (patch)
treefa8e71c56bf9369615bd6740825ed99df6bd7584 /compiler-rt/test/ubsan_minimal
parent1704f6289ad75386e5312287bd21349a55928016 (diff)
downloadbcm5719-llvm-84614f851c4661b219c680457ec0e6eb99ceabc5.tar.gz
bcm5719-llvm-84614f851c4661b219c680457ec0e6eb99ceabc5.zip
[ubsan] Give ubsan-minimal lit test suite a name.
Otherwise llvm-lit -v prints this: PASS: <unnamed> :: TestCases/recover-dedup-limit.cpp (1 of 3) PASS: <unnamed> :: TestCases/recover-dedup.cpp (2 of 3) PASS: <unnamed> :: TestCases/uadd-overflow.cpp (3 of 3) llvm-svn: 312203
Diffstat (limited to 'compiler-rt/test/ubsan_minimal')
-rw-r--r--compiler-rt/test/ubsan_minimal/lit.common.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/test/ubsan_minimal/lit.common.cfg b/compiler-rt/test/ubsan_minimal/lit.common.cfg
index df0643cd7ac..45db6a6f637 100644
--- a/compiler-rt/test/ubsan_minimal/lit.common.cfg
+++ b/compiler-rt/test/ubsan_minimal/lit.common.cfg
@@ -13,6 +13,7 @@ def get_required_attr(config, attr_name):
# Setup source root.
config.test_source_root = os.path.dirname(__file__)
+config.name = 'UBSan-Minimal-' + config.target_arch
def build_invocation(compile_flags):
return " " + " ".join([config.clang] + compile_flags) + " "
OpenPOWER on IntegriCloud