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:
9764ae3
)
Add missing MLIRStandardOps dependency for MLIRGPU
author
Lei Zhang
<antiagainst@google.com>
Wed, 19 Jun 2019 21:28:19 +0000
(14:28 -0700)
committer
Mehdi Amini
<joker.eph@gmail.com>
Thu, 20 Jun 2019 06:08:42 +0000
(23:08 -0700)
PiperOrigin-RevId:
254070969
mlir/lib/GPU/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/mlir/lib/GPU/CMakeLists.txt
b/mlir/lib/GPU/CMakeLists.txt
index f2906268e74313a117cdba25b673c76dfb9c2de1..9cc8c46ea1f870bd81a1085a753b5a60ff8d63cf 100644
(file)
--- a/
mlir/lib/GPU/CMakeLists.txt
+++ b/
mlir/lib/GPU/CMakeLists.txt
@@
-7,4
+7,4
@@
add_llvm_library(MLIRGPU
${MLIR_MAIN_INCLUDE_DIR}/mlir/GPU
)
add_dependencies(MLIRGPU MLIRGPUOpsIncGen MLIRIR LLVMSupport)
-target_link_libraries(MLIRGPU MLIRIR LLVMSupport)
+target_link_libraries(MLIRGPU MLIRIR
MLIRStandardOps
LLVMSupport)