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 ce8e869 commit cbcdf12Copy full SHA for cbcdf12
llvm/tools/CMakeLists.txt
@@ -37,11 +37,11 @@ add_llvm_tool_subdirectory(llvm-profdata)
37
38
# Projects supported via LLVM_EXTERNAL_*_SOURCE_DIR need to be explicitly
39
# specified.
40
+add_llvm_external_project(clang)
41
add_llvm_external_project(lld)
42
add_llvm_external_project(lldb)
43
add_llvm_external_project(mlir)
-# ClangIR and Flang depends on mlir, so place them afterwards
44
-add_llvm_external_project(clang)
+# Flang depends on mlir, so place it afterward
45
add_llvm_external_project(flang)
46
add_llvm_external_project(bolt)
47
0 commit comments