[flang-commits] [flang] 27da287 - [flang][NFC] Fix CMake variable name in README.md
Andrzej Warzynski via flang-commits
flang-commits at lists.llvm.org
Thu Sep 24 01:42:45 PDT 2020
Author: Andrzej Warzynski
Date: 2020-09-24T09:39:20+01:00
New Revision: 27da2875070ac00f6cd9f8040c6f994aca915406
URL: https://github.com/llvm/llvm-project/commit/27da2875070ac00f6cd9f8040c6f994aca915406
DIFF: https://github.com/llvm/llvm-project/commit/27da2875070ac00f6cd9f8040c6f994aca915406.diff
LOG: [flang][NFC] Fix CMake variable name in README.md
The CMake variable for the new flang driver is FLANG_BUILD_NEW_DRIVER
rather than BUILD_FLANG_NEW_DRIVER.
Added:
Modified:
flang/README.md
Removed:
################################################################################
diff --git a/flang/README.md b/flang/README.md
index 934169b9ae6a..921334951b79 100644
--- a/flang/README.md
+++ b/flang/README.md
@@ -150,7 +150,7 @@ should be considered as an experimental feature. For this reason it is disabled
by default. This will change once the new driver replaces the _throwaway_
driver, `flang`.
-In order to build the new driver, add `-DBUILD_FLANG_NEW_DRIVER=ON` to your
+In order to build the new driver, add `-DFLANG_BUILD_NEW_DRIVER=ON` to your
CMake invocation line. Additionally, when building out-of-tree, use `CLANG_DIR`
(similarly to `LLVM_DIR` and `MLIR_DIR`) to find the installed Clang
components.
More information about the flang-commits
mailing list