Skip to content

Commit 3085e67

Browse files
committed
[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.
1 parent cfe22cd commit 3085e67

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

flang/README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -145,14 +145,6 @@ cmake -DLLVM_DIR=$LLVM -DMLIR_DIR=$MLIR -DCLANG_DIR=$CLANG ~/flang/src
145145
make
146146
```
147147

148-
### Disable The New Flang Driver
149-
The new Flang compiler driver, `flang-new`, is implemented in terms of
150-
`clangDriver` and hence it introduces a dependency on Clang. This dependency is
151-
otherwise not required. If you do not require the new driver, you can disable
152-
it by adding `-DFLANG_BUILD_NEW_DRIVER=OFF` to your CMake invocation. With the
153-
new driver disabled, you no longer need to add `clang` to
154-
`LLVM_ENABLE_PROJECTS` (or to specify `CLANG_DIR` when building out-of-tree).
155-
156148
# How to Run Tests
157149

158150
Flang supports 2 different categories of tests

0 commit comments

Comments
 (0)