diff options
author | Mehdi Amini <joker.eph@gmail.com> | 2020-11-05 02:29:40 +0000 |
---|---|---|
committer | Mehdi Amini <joker.eph@gmail.com> | 2020-11-05 19:57:11 +0000 |
commit | a1229c9518672cedfe407654145bf7e2614769f7 (patch) | |
tree | 3dddeb2b0997602fdb036066ad43db3193b0fe9d /llvm/unittests/Support/CommandLineTest.cpp | |
parent | 264a6df353b7e7ac4269bc10467bd2a991db3173 (diff) | |
download | llvm-a1229c9518672cedfe407654145bf7e2614769f7.zip llvm-a1229c9518672cedfe407654145bf7e2614769f7.tar.gz llvm-a1229c9518672cedfe407654145bf7e2614769f7.tar.bz2 |
Always link the MLIR python bindings native extension to libMLIR.so
The Python bindings now require -DLLVM_BUILD_LLVM_DYLIB=ON to build.
This change is needed to be able to build multiple Python native
extension without having each of them embedding a copy of MLIR, which
would make them incompatible with each other. Instead they should all
link to the same copy of MLIR.
Differential Revision: https://reviews.llvm.org/D90813
Diffstat (limited to 'llvm/unittests/Support/CommandLineTest.cpp')
0 files changed, 0 insertions, 0 deletions