[Mlir-commits] [mlir] b389d68 - Revert "Fix link of libmlir.so by adding ExecutionEngine as dependency to GPUTransforms"

Mehdi Amini llvmlistbot at llvm.org
Tue Mar 8 12:40:43 PST 2022


Author: Mehdi Amini
Date: 2022-03-08T20:40:36Z
New Revision: b389d68e5260fffb112e62da57d1b30b4fbb40ef

URL: https://github.com/llvm/llvm-project/commit/b389d68e5260fffb112e62da57d1b30b4fbb40ef
DIFF: https://github.com/llvm/llvm-project/commit/b389d68e5260fffb112e62da57d1b30b4fbb40ef.diff

LOG: Revert "Fix link of libmlir.so by adding ExecutionEngine as dependency to GPUTransforms"

This reverts commit b743850b736e4a89378be8bed61c1b3489b56d19.

This didn't produce the expected result.

Added: 
    

Modified: 
    mlir/lib/Dialect/GPU/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/mlir/lib/Dialect/GPU/CMakeLists.txt b/mlir/lib/Dialect/GPU/CMakeLists.txt
index fc3c26b8d822c..56587d4130677 100644
--- a/mlir/lib/Dialect/GPU/CMakeLists.txt
+++ b/mlir/lib/Dialect/GPU/CMakeLists.txt
@@ -11,7 +11,6 @@ if (MLIR_ENABLE_ROCM_CONVERSIONS)
     IRReader
     linker
     MCParser
-    MLIRExecutionEngine
     AMDGPUAsmParser
     AMDGPUCodeGen
     AMDGPUDesc


        


More information about the Mlir-commits mailing list