Skip to content

Commit

Permalink
Drop unnecessary dependences from mlir-translate
Browse files Browse the repository at this point in the history
Closes tensorflow/mlir#243

COPYBARA_INTEGRATE_REVIEW=tensorflow/mlir#243 from bondhugula:patch-2 fb682996efde001189414a4c7aa59ce42ace7831
PiperOrigin-RevId: 281167834
  • Loading branch information
bondhugula authored and tensorflower-gardener committed Nov 19, 2019
1 parent a6a2873 commit 613ace9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions mlir/tools/mlir-translate/CMakeLists.txt
@@ -1,19 +1,13 @@
set(LIBS
MLIRAffineOps
MLIRAnalysis
MLIREDSC
MLIRParser
MLIRPass
MLIRSPIRV
MLIRSPIRVSerialization
MLIRStandardOps
MLIRTargetLLVMIR
MLIRTargetNVVMIR
MLIRTargetROCDLIR
MLIRTransforms
MLIRTranslation
MLIRSupport
MLIRVectorOps
)
add_llvm_executable(mlir-translate
mlir-translate.cpp
Expand Down

0 comments on commit 613ace9

Please sign in to comment.