We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e755bac + 05b9ab0 commit 75b2eedCopy full SHA for 75b2eed
flang/CMakeLists.txt
@@ -26,6 +26,11 @@ if (CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
26
project(Flang)
27
set(FLANG_STANDALONE_BUILD ON)
28
29
+ # For in-tree builds, this variable is inherited from
30
+ # llvm-project/llvm/CMakeLists.txt. For out-of-tree builds, we need a
31
+ # separate definition.
32
+ option(FLANG_BUILD_NEW_DRIVER "Build the flang compiler driver" ON)
33
+
34
set(FLANG_BINARY_DIR ${CMAKE_CURRENT_BINARY_DIR})
35
if (NOT MSVC_IDE)
36
set(LLVM_ENABLE_ASSERTIONS ${ENABLE_ASSERTIONS}
0 commit comments