llvm-project
880de1ca
- [mlir] Declare explicit typeid to fix dylib build (#138357)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
357 days ago
[mlir] Declare explicit typeid to fix dylib build (#138357) This makes the dyn_cast<PassExecutionAction> work outside the dylib, i.e. from the unit test binary, when the CMake setting MLIR_LINK_MLIR_DYLIB is ON. Fixes #138202
References
#138357 - [mlir] Declare explicit typeid to fix dylib build
Author
rnk
Parents
50e1db71
Loading