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.
1 parent ba5a585 commit a4c90f8Copy full SHA for a4c90f8
CMakeLists.txt
@@ -56,8 +56,6 @@ math(EXPR WRDSZ "${CMAKE_SIZEOF_VOID_P} * 8")
56
# If we are not building as a part of LLVM, build Flang as an
57
# standalone project, using LLVM as an external library:
58
if( CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR )
59
- project(Flang)
60
-
61
# Rely on llvm-config.
62
set(CONFIG_OUTPUT)
63
0 commit comments