[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 07:59:01 PDT 2021


arnamoy10 added a comment.

LGTM



================
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:
----------------
awarzynski wrote:
> arnamoy10 wrote:
> > Can we remove this variable or we envision some future uses of this?
> Not really, `tool` is used on lines 79 and 81.
I see, thanks!


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