[flang-commits] [flang] 3085e67 - [Flang][docs] Remove an out-dated section on the new driver
Andrzej Warzynski via flang-commits
flang-commits at lists.llvm.org
Fri Oct 22 07:44:33 PDT 2021
Author: Andrzej Warzynski
Date: 2021-10-22T14:44:24Z
New Revision: 3085e678519ed5375d9c33753591610c9ff48888
URL: https://github.com/llvm/llvm-project/commit/3085e678519ed5375d9c33753591610c9ff48888
DIFF: https://github.com/llvm/llvm-project/commit/3085e678519ed5375d9c33753591610c9ff48888.diff
LOG: [Flang][docs] Remove an out-dated section on the new driver
This section of the documentation should've been deleted in:
https://reviews.llvm.org/D105811
I am submitting this without a review as it's an obvious omission.
Added:
Modified:
flang/README.md
Removed:
################################################################################
diff --git a/flang/README.md b/flang/README.md
index 326505eb1ee3..eef0a1cad6cf 100644
--- a/flang/README.md
+++ b/flang/README.md
@@ -145,14 +145,6 @@ cmake -DLLVM_DIR=$LLVM -DMLIR_DIR=$MLIR -DCLANG_DIR=$CLANG ~/flang/src
make
```
-### Disable The New Flang Driver
-The new Flang compiler driver, `flang-new`, is implemented in terms of
-`clangDriver` and hence it introduces a dependency on Clang. This dependency is
-otherwise not required. If you do not require the new driver, you can disable
-it by adding `-DFLANG_BUILD_NEW_DRIVER=OFF` to your CMake invocation. With the
-new driver disabled, you no longer need to add `clang` to
-`LLVM_ENABLE_PROJECTS` (or to specify `CLANG_DIR` when building out-of-tree).
-
# How to Run Tests
Flang supports 2
diff erent categories of tests
More information about the flang-commits
mailing list