[flang][cuda] Do not register global constants (#118582)
[llvm-project.git] / mlir / lib / Debug / CMakeLists.txt
blobd270eb2e7534fd1904e4e440d843167a85f1b172
1 add_subdirectory(Observers)
3 add_mlir_library(MLIRDebug
4   CLOptionsSetup.cpp
5   DebugCounter.cpp
6   ExecutionContext.cpp
7   BreakpointManagers/FileLineColLocBreakpointManager.cpp
8   DebuggerExecutionContextHook.cpp
10   ADDITIONAL_HEADER_DIRS
11   ${MLIR_MAIN_INCLUDE_DIR}/mlir/Debug
13   LINK_LIBS PUBLIC
14   ${LLVM_PTHREAD_LIB}
15   MLIRIR
16   MLIRSupport
17   MLIRObservers