torch-mlir/lib/runtime
stephenneuendorffer 44af7a6d30
[cmake] Updates for basic shared library support (#7)
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.
2020-08-05 14:49:18 -07:00
..
CMakeLists.txt [cmake] Updates for basic shared library support (#7) 2020-08-05 14:49:18 -07:00
CompilerDataStructures.h npcomprt: add support for constants 2020-07-10 17:31:24 -07:00
CompilerRuntime.cpp npcomprt: add support for constants 2020-07-10 17:31:24 -07:00
Runtime.cpp Wire through codegen and runtime dependencies. 2020-07-10 22:57:26 -07:00
unix_version.script Rework e2e flow to use new "npcomprt" 2020-07-08 19:36:19 -07:00