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 bd25483 commit edad603Copy full SHA for edad603
clang/lib/CIR/Interfaces/CMakeLists.txt
@@ -13,6 +13,7 @@ add_clang_library(MLIRCIRInterfaces
13
MLIRCIRTypeInterfacesIncGen
14
MLIRCIRLoopOpInterfaceIncGen
15
MLIRCIROpInterfacesIncGen
16
+ MLIRBuiltinLocationAttributesIncGen
17
18
LINK_LIBS
19
${dialect_libs}
clang/lib/FrontendTool/CMakeLists.txt
@@ -30,8 +30,6 @@ if(CLANG_ENABLE_CIR)
30
include_directories(${CMAKE_BINARY_DIR}/tools/mlir/include)
31
endif()
32
33
-set(deps)
34
-
35
if(CLANG_ENABLE_STATIC_ANALYZER)
36
list(APPEND link_libs
37
clangStaticAnalyzerFrontend
0 commit comments