[PATCH] D101281: [flang] Remove `%f18` from LIT configuration files

Arnamoy B via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 27 06:35:13 PDT 2021


arnamoy10 added inline comments.


================
Comment at: flang/test/lit.cfg.py:67
 # the build directory holding that tool.
-tools = [
-  ToolSubst('%f18', command=FindTool('f18'),
-    unresolved='fatal')
-]
-
+tools = []
 if config.include_flang_new_driver_test:
----------------
Can we remove this variable or we envision some future uses of this?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D101281/new/

https://reviews.llvm.org/D101281



More information about the llvm-commits mailing list