[PATCH] D20842: [test-suite] Simplified test executable name generation.
Artem Belevich via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 10 14:53:20 PDT 2016
tra updated the summary for this revision.
tra updated this revision to Diff 60405.
tra added a comment.
Addressed MatzeB@'s comments
llvm_test_executable tweaks:
now accepts TARGETS parameter with a name of variable to append names of generated targets.
Global llvm_target_prefix is gone. Instead llvm_test_executable now accept PREFIX
parameter to prepend to executable name if we need to avoid name clashes.
http://reviews.llvm.org/D20842
Files:
SingleSource/Benchmarks/Shootout-C++/CMakeLists.txt
SingleSource/Benchmarks/Shootout/CMakeLists.txt
SingleSource/Regression/C++/CMakeLists.txt
SingleSource/Regression/C/CMakeLists.txt
SingleSource/UnitTests/Vector/CMakeLists.txt
SingleSource/UnitTests/Vector/NEON/CMakeLists.txt
cmake/modules/SingleMultiSource.cmake
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20842.60405.patch
Type: text/x-patch
Size: 8070 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160610/85b12e61/attachment.bin>
More information about the llvm-commits
mailing list