Skip to content

Commit cbcdf12

Browse files
committed
Revert "[cmake] Place clang behind mlir in the list of external projects (#86050)"
This reverts commit 26c290b.
1 parent ce8e869 commit cbcdf12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/tools/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ add_llvm_tool_subdirectory(llvm-profdata)
3737

3838
# Projects supported via LLVM_EXTERNAL_*_SOURCE_DIR need to be explicitly
3939
# specified.
40+
add_llvm_external_project(clang)
4041
add_llvm_external_project(lld)
4142
add_llvm_external_project(lldb)
4243
add_llvm_external_project(mlir)
43-
# ClangIR and Flang depends on mlir, so place them afterwards
44-
add_llvm_external_project(clang)
44+
# Flang depends on mlir, so place it afterward
4545
add_llvm_external_project(flang)
4646
add_llvm_external_project(bolt)
4747

0 commit comments

Comments
 (0)