Skip to content

Commit

Permalink
[flang][driver] Remove flang -help tests (#89504)
Browse files Browse the repository at this point in the history
These tests were introduced when the Flang driver was originally
incepted. Back then, `flang-new` only supported a handful of basic
options (e.g. `-v`, `-help`, `-E`) and those `-help` tests were used to
guard against Clang options "leaking" into `flang-new -help`.

With the introduction of the concept of "visibility" (see
https://reviews.llvm.org/D157837 and https://reviews.llvm.org/D157151),
these tests are effectively redundant. Also, with the number of flags
growing, these tests are getting rather brittle.
  • Loading branch information
banach-space committed Apr 24, 2024
1 parent 007e859 commit d421a6c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 456 deletions.
173 changes: 0 additions & 173 deletions flang/test/Driver/driver-help-hidden.f90

This file was deleted.

0 comments on commit d421a6c

Please sign in to comment.