repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[rtsan] Remove mkfifoat interceptor (#116997)
[llvm-project.git]
/
mlir
/
lib
/
Debug
/
CMakeLists.txt
blob
d270eb2e7534fd1904e4e440d843167a85f1b172
1
add_subdirectory(Observers)
2
3
add_mlir_library(MLIRDebug
4
CLOptionsSetup.cpp
5
DebugCounter.cpp
6
ExecutionContext.cpp
7
BreakpointManagers/FileLineColLocBreakpointManager.cpp
8
DebuggerExecutionContextHook.cpp
9
10
ADDITIONAL_HEADER_DIRS
11
${MLIR_MAIN_INCLUDE_DIR}/mlir/Debug
12
13
LINK_LIBS PUBLIC
14
${LLVM_PTHREAD_LIB}
15
MLIRIR
16
MLIRSupport
17
MLIRObservers
18
)
19