mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 21:55:39 +08:00
This streamlines the implementation and makes it so that the virtual tables are in the binary instead of dynamically assembled during initialization. The dynamic allocation size of op registration is also smaller with this change. This reverts commit7bf1e441daand re-introducee055aad5ffafter fixing the windows crash by making ParseAssemblyFn a unique_function again Differential Revision: https://reviews.llvm.org/D141492