summaryrefslogtreecommitdiff
path: root/runtimes
diff options
context:
space:
mode:
authorPetr Hosek <phosek@google.com>2022-03-14 14:21:26 -0700
committerPetr Hosek <phosek@google.com>2022-03-18 10:01:52 -0700
commitec10ac750a8ad96983d85263323635f3dabe92fd (patch)
tree651fda7786a4dcd43ca05ebf60d95705ba4e3de7 /runtimes
parentdbe96c8da02141541d7fbde0775494235b98089a (diff)
downloadllvm-ec10ac750a8ad96983d85263323635f3dabe92fd.tar.gz
[runtimes] Detect changes to Tests.cmake
This ensures that Tests.cmake is tracked by Ninja and any changes to this file from the subbuilds are correctly detected. Differential Revision: https://reviews.llvm.org/D121647
Diffstat (limited to 'runtimes')
-rw-r--r--runtimes/Tests.cmake.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtimes/Tests.cmake.in b/runtimes/Tests.cmake.in
index 4df40f237b3f..7d76a170a090 100644
--- a/runtimes/Tests.cmake.in
+++ b/runtimes/Tests.cmake.in
@@ -1,3 +1,3 @@
-set(RUNTIMES_LIT_TESTSUITES @RUNTIMES_LIT_TESTSUITES@)
-set(RUNTIMES_LIT_PARAMS @RUNTIMES_LIT_PARAMS@)
-set(RUNTIMES_LIT_EXTRA_ARGS @RUNTIMES_LIT_EXTRA_ARGS@)
+set(SUB_LIT_TESTSUITES @RUNTIMES_LIT_TESTSUITES@)
+set(SUB_LIT_PARAMS @RUNTIMES_LIT_PARAMS@)
+set(SUB_LIT_EXTRA_ARGS @RUNTIMES_LIT_EXTRA_ARGS@)