Add missing MLIRStandardOps dependency for MLIRGPU
authorLei Zhang <antiagainst@google.com>
Wed, 19 Jun 2019 21:28:19 +0000 (14:28 -0700)
committerMehdi Amini <joker.eph@gmail.com>
Thu, 20 Jun 2019 06:08:42 +0000 (23:08 -0700)
PiperOrigin-RevId: 254070969

mlir/lib/GPU/CMakeLists.txt

index f2906268e74313a117cdba25b673c76dfb9c2de1..9cc8c46ea1f870bd81a1085a753b5a60ff8d63cf 100644 (file)
@@ -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)