[sanitizer_common] Add suffix to lit testsuite name to distinguish subtargets.
authorDaniel Sanders <daniel.sanders@imgtec.com>
Tue, 9 Feb 2016 15:52:35 +0000 (15:52 +0000)
committerDaniel Sanders <daniel.sanders@imgtec.com>
Tue, 9 Feb 2016 15:52:35 +0000 (15:52 +0000)
commit07f854e726f1b91c7ee5b9ed5f3ff303a40268d0
tree5641209ead06ac71c8ad0faae34691f65c68384a
parent4f28e50dc8e4a99c3a66837594668129d3eee6f1
[sanitizer_common] Add suffix to lit testsuite name to distinguish subtargets.

Summary:
This fixes duplicate test names in the test results, so:
  PASS: SanitizerCommon-asan :: fopen_nullptr.c (304 of 431)
  PASS: SanitizerCommon-asan :: fopen_nullptr.c (305 of 431)
is now:
  PASS: SanitizerCommon-asan-i386-Linux :: fopen_nullptr.c (282 of 431)
  PASS: SanitizerCommon-asan-x86_64-Linux :: fopen_nullptr.c (316 of 431)

Reviewers: samsonov

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D16850

llvm-svn: 260227
compiler-rt/test/sanitizer_common/CMakeLists.txt
compiler-rt/test/sanitizer_common/lit.common.cfg
compiler-rt/test/sanitizer_common/lit.site.cfg.in