[PATCH] D20842: [test-suite] Simplified test executable name generation.

Artem Belevich via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 6 11:47:39 PDT 2016


tra updated this revision to Diff 70441.
tra added a comment.

Use unique prefix for variables set by cmake_parse_arguments() so we don't clobber them by accident.
Updated Bitcode/simd_ops to use TARGET_VAR to figure out target name.


https://reviews.llvm.org/D20842

Files:
  Bitcode/simd_ops/CMakeLists.txt
  SingleSource/Benchmarks/Shootout-C++/CMakeLists.txt
  SingleSource/Benchmarks/Shootout-C++/EH/CMakeLists.txt
  SingleSource/Benchmarks/Shootout/CMakeLists.txt
  SingleSource/Regression/C++/CMakeLists.txt
  SingleSource/Regression/C++/EH/CMakeLists.txt
  SingleSource/Regression/C/CMakeLists.txt
  SingleSource/UnitTests/Vector/CMakeLists.txt
  SingleSource/UnitTests/Vector/NEON/CMakeLists.txt
  SingleSource/UnitTests/Vector/SSE/CMakeLists.txt
  cmake/modules/SingleMultiSource.cmake

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20842.70441.patch
Type: text/x-patch
Size: 10624 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160906/20fcc4b4/attachment.bin>


More information about the llvm-commits mailing list