Skip to content

Commit b8d308e

Browse files
bcardosolopeslanza
authored andcommittedOct 11, 2024
[CIR][CodeGen] Organize CIR directory
Before clang/lib/CIR/<codegen files> clang/lib/CIRFrontendAction After clang/lib/CIR/CodeGen/<codegen files> clang/lib/CIR/FrontendAction

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+2720
-2944
lines changed
 

‎clang/include/clang/CIR/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ set(MLIR_TABLEGEN_OUTPUT_DIR ${CMAKE_BINARY_DIR}/tools/mlir/include)
33
include_directories(${MLIR_INCLUDE_DIR})
44
include_directories(${MLIR_TABLEGEN_OUTPUT_DIR})
55

6-
add_subdirectory(Dialect)
6+
# add_subdirectory(Dialect)

‎clang/lib/CIR/CIRGenModule.cpp

-1,880
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.