Revert "[MLIR] Fixes for BUILD_SHARED_LIBS=on"

This reverts commit c767dc9394.
This commit is contained in:
Stephen Neuendorffer 2020-02-28 12:15:45 -08:00
parent 6ee6fa28a7
commit 29c6721be2
8 changed files with 3 additions and 21 deletions

View File

@ -35,5 +35,4 @@ target_link_libraries(toyc-ch5
MLIRIR
MLIRParser
MLIRPass
MLIRSupport
MLIRTransforms)

View File

@ -41,7 +41,6 @@ target_link_libraries(toyc-ch6
MLIRLLVMIR
MLIRParser
MLIRPass
MLIRSupport
MLIRTargetLLVMIR
MLIRTransforms
LLVMOrcJIT

View File

@ -12,19 +12,13 @@ endif()
add_mlir_conversion_library(MLIRGPUtoCUDATransforms
${SOURCES}
LINK_LIBS
LLVMNVPTXCodeGen
LLVMNVPTXDesc
LLVMNVPTXInfo
LLVMCore
LLVMMC
LLVMSupport
MLIRGPU
MLIRIR
MLIRLLVMIR
MLIRNVVMIR
MLIRPass
MLIRSupport
MLIRTargetNVVMIR
)

View File

@ -13,5 +13,4 @@ target_link_libraries(MLIRGPUtoVulkanTransforms
MLIRSupport
MLIRTransforms
MLIRTranslation
LLVMSupport
)

View File

@ -5,13 +5,9 @@ add_mlir_dialect_library(MLIRLoopOpsTransforms
ADDITIONAL_HEADER_DIRS
${MLIR_MAIN_INCLUDE_DIR}/mlir/Dialect/LoopOps
)
LINK_LIBS
MLIRAffineOps
MLIRIR
target_link_libraries(MLIRLoopOpsTransforms
MLIRPass
MLIRLoopOps
MLIRStandardOps
MLIRSupport
LLVMSupport
)

View File

@ -12,7 +12,6 @@ add_mlir_dialect_library(MLIRVectorOps
MLIRVectorTransformPatternsIncGen
LINK_LIBS
MLIREDSC
MLIRIR
MLIRStandardOps
MLIRAffineOps

View File

@ -8,7 +8,6 @@ target_link_libraries(mlir-sdbm-api-test
PRIVATE
MLIRIR
MLIRSDBM
MLIRSupport
LLVMCore
LLVMSupport
)

View File

@ -16,7 +16,4 @@ target_link_libraries(mlir-cpu-runner PRIVATE
MLIRSupport
LLVMCore
LLVMSupport
LLVMX86CodeGen
LLVMX86Desc
LLVMX86Info
)
)