llvm-project/mlir/test/SDBM
Mehdi Amini c64770506b Remove static registration for dialects, and the "alwayslink" hack for passes
In the previous state, we were relying on forcing the linker to include
all libraries in the final binary and the global initializer to self-register
every piece of the system. This change help moving away from this model, and
allow users to compose pieces more freely. The current change is only "fixing"
the dialect registration and avoiding relying on "whole link" for the passes.
The translation is still relying on the global registry, and some refactoring
is needed to make this all more convenient.

Differential Revision: https://reviews.llvm.org/D74461
2020-02-12 09:13:02 +00:00
..
CMakeLists.txt Add keywords in target_link_libraries post add_llvm_executable. 2019-06-01 20:10:42 -07:00
lit.local.cfg Move SDBM infrastructure into a new SDBM dialect 2019-06-01 19:54:33 -07:00
sdbm-api-test.cpp Remove static registration for dialects, and the "alwayslink" hack for passes 2020-02-12 09:13:02 +00:00