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
Fix GCC build problem with 288f05f related to SmallVector. (#116958)
[llvm-project.git]
/
mlir
/
lib
/
Support
/
CMakeLists.txt
blob
488decd52ae6478cb8191b1c88acc0a234af0fd0
1
set(LLVM_OPTIONAL_SOURCES
2
FileUtilities.cpp
3
InterfaceSupport.cpp
4
StorageUniquer.cpp
5
Timing.cpp
6
ToolUtilities.cpp
7
TypeID.cpp
8
)
9
10
add_mlir_library(MLIRSupport
11
FileUtilities.cpp
12
InterfaceSupport.cpp
13
RawOstreamExtras.cpp
14
StorageUniquer.cpp
15
Timing.cpp
16
ToolUtilities.cpp
17
TypeID.cpp
18
19
ADDITIONAL_HEADER_DIRS
20
${MLIR_MAIN_INCLUDE_DIR}/mlir/Support
21
22
LINK_LIBS PUBLIC
23
${LLVM_PTHREAD_LIB})