From fd3d1b09c12f1419292172627dbca9929f0daf39 Mon Sep 17 00:00:00 2001 From: Joachim Protze Date: Mon, 30 Nov 2020 23:16:56 +0100 Subject: [PATCH] [OpenMP][Tests][NFC] Use FileCheck from cmake config --- openmp/runtime/test/lit.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openmp/runtime/test/lit.cfg b/openmp/runtime/test/lit.cfg index e133ef0..0d4a610 100644 --- a/openmp/runtime/test/lit.cfg +++ b/openmp/runtime/test/lit.cfg @@ -144,3 +144,5 @@ if config.has_ompt: else: config.substitutions.append(("%preload-tool", "env LD_PRELOAD=%T/tool.so")) config.substitutions.append(("%no-as-needed-flag", "-Wl,--no-as-needed")) +else: + config.substitutions.append(("FileCheck", config.test_filecheck)) -- 2.7.4