Author: Joachim Protze
Date: 2020-11-30T23:16:56+01:00
New Revision: fd3d1b09c12f1419292172627dbca9929f0daf39

URL: 
https://github.com/llvm/llvm-project/commit/fd3d1b09c12f1419292172627dbca9929f0daf39
DIFF: 
https://github.com/llvm/llvm-project/commit/fd3d1b09c12f1419292172627dbca9929f0daf39.diff

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

Added: 
    

Modified: 
    openmp/runtime/test/lit.cfg

Removed: 
    


################################################################################
diff  --git a/openmp/runtime/test/lit.cfg b/openmp/runtime/test/lit.cfg
index e133ef095a2a..0d4a6107ff2b 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))


        
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to