[PATCH] D107575: [Flang] Ported test_errors.sh to Python

Andrzej Warzynski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 11 03:24:42 PDT 2021


awarzynski added inline comments.


================
Comment at: flang/test/Semantics/test_errors.py:1
+#!/usr/bin/python3
+
----------------
#! /usr/bin/env python3


================
Comment at: flang/test/Semantics/test_errors.py:4
+# Compiles a source file and checks errors against those listed in the file.
+# Change the compiler by setting the FLANG_FC1 environment variable.
+
----------------
This script does not use `FLANG_FC1` at all, so I would delete it. Could you instead document what arguments this script takes? 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D107575



More information about the llvm-commits mailing list