mirror of https://github.com/llvm/torch-mlir
44af7a6d30
Mostly this is CMake cleanup. Several library dependencies are missing, which is often revealed with shared library builds. Also, it's generally bad to link directly against LLVM libraries because it fails when using LLVM_LINK_LLVM_DYLIB. MLIR will pull in libLLVM.so, and there will be duplicate linkage with the the explicit libraries. There may need to be more refactoring here. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
npcomp-opt.cpp |