[PATCH] D79067: [MLIR] Fix libMLIR.so and LLVM_LINK_LLVM_DYLIB

Stephen Neuendorffer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 1 17:53:21 PDT 2020


stephenneuendorffer added inline comments.


================
Comment at: mlir/examples/toy/Ch6/CMakeLists.txt:7
   Support
+  nativecodegen
+  OrcJIT
----------------
rriddle wrote:
> Wonder why this name doesn't match the naming scheme of everything else...
nativecodegen is a pseudo-component which is expanded by AddLLVM.cmake.  It refers to 'codegen for whatever architecture I'm compiled for'.  It makes the JIT work regardless of what architecture you're compiling on.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D79067/new/

https://reviews.llvm.org/D79067





More information about the llvm-commits mailing list