[OpenMP][Tests][NFC] Use FileCheck from cmake config

This commit is contained in:
Joachim Protze 2020-11-30 23:16:56 +01:00
parent ac40a2d8f1
commit fd3d1b09c1
1 changed files with 2 additions and 0 deletions

View 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))