[all-commits] [llvm/llvm-project] f7d4bd: [MLIR] Fix for out-of-tree builds from install area.

stephenneuendorffer via All-commits all-commits at lists.llvm.org
Thu Mar 19 18:43:38 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: f7d4bd814439dc0e4c0a5ffe9bea5e304e17b681
      https://github.com/llvm/llvm-project/commit/f7d4bd814439dc0e4c0a5ffe9bea5e304e17b681
  Author: Stephen Neuendorffer <stephen.neuendorffer at xilinx.com>
  Date:   2020-03-19 (Thu, 19 Mar 2020)

  Changed paths:
    M mlir/cmake/modules/MLIRConfig.cmake.in

  Log Message:
  -----------
  [MLIR] Fix for out-of-tree builds from install area.

Because MLIR_HAS_EXPORTS is not set, MLIRTarget.cmake is not delivered
to the install area.  When this happens, the delivered MLIRConfig.cmake
should not reference it.   Independently, we need to determine under what
conditions MLIR_HAS_EXPORTS should be set.  Probably we are not exporting
all the libraries correctly.




More information about the All-commits mailing list