[OpenMP][Tests][NFC] Use FileCheck from cmake config
authorJoachim Protze <protze@itc.rwth-aachen.de>
Mon, 30 Nov 2020 22:16:56 +0000 (23:16 +0100)
committerJoachim Protze <protze@itc.rwth-aachen.de>
Mon, 30 Nov 2020 22:16:56 +0000 (23:16 +0100)
openmp/runtime/test/lit.cfg

index e133ef0..0d4a610 100644 (file)
@@ -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))