projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0feaf22
)
[mlir][AVX512] Hotfix - Add cmake dependence on MLIRSideEffects
author
Nicolas Vasilache
<ntv@google.com>
Fri, 20 Mar 2020 23:34:52 +0000
(19:34 -0400)
committer
Nicolas Vasilache
<ntv@google.com>
Fri, 20 Mar 2020 23:35:08 +0000
(19:35 -0400)
mlir/lib/Dialect/AVX512/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/mlir/lib/Dialect/AVX512/CMakeLists.txt
b/mlir/lib/Dialect/AVX512/CMakeLists.txt
index
0fc6da6
..
3f03959
100644
(file)
--- a/
mlir/lib/Dialect/AVX512/CMakeLists.txt
+++ b/
mlir/lib/Dialect/AVX512/CMakeLists.txt
@@
-10,5
+10,6
@@
add_mlir_dialect_library(MLIRAVX512
target_link_libraries(MLIRAVX512
PUBLIC
MLIRIR
+ MLIRSideEffects
LLVMSupport
)