forked from OSchip/llvm-project
Drop unnecessary dependences from mlir-translate
Closes tensorflow/mlir#243 COPYBARA_INTEGRATE_REVIEW=https://github.com/tensorflow/mlir/pull/243 from bondhugula:patch-2 fb682996efde001189414a4c7aa59ce42ace7831 PiperOrigin-RevId: 281167834
This commit is contained in:
parent
a6a287335d
commit
613ace94f2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue