[PATCH] D51663: [test-suite, CUDA] Update CUDA test suite cmake files.

Matthias Braun via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 4 16:32:04 PDT 2018


MatzeB accepted this revision.
MatzeB added a comment.
This revision is now accepted and ready to land.

LGTM, sorry for the breakage.



================
Comment at: cmake/modules/TestSuite.cmake:23
 function(llvm_test_data target)
-  cmake_parse_arguments(_LTDARGS "MUST_COPY" "SOURCE_DIR" "" ${ARGN})
+  cmake_parse_arguments(_LTDARGS "MUST_COPY" "SOURCE_DIR;SUFFIX" "" ${ARGN})
   set(SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR})
----------------
maybe call this `DEST_SUFFIX` to make it clear the suffix is applied to the destination filename?


Repository:
  rT test-suite

https://reviews.llvm.org/D51663





More information about the llvm-commits mailing list