mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-24 22:30:13 +00:00
b7382ed3fe
- Extend the Symbol interface with `isDeclaration` to identify operations that declare a symbol as opposed to define it. - Extend verification to disallow public declarations as per the discussion in https://llvm.discourse.group/t/rfc-symbol-definition-declaration-x-visibility-checks/2140 - Adopt the new interface for `FuncOp` and fix test and code to not have/create public function declarations. Differential Revision: https://reviews.llvm.org/D91456 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
double.mlir | ||
lit.local.cfg | ||
mlir_test_spirv_cpu_runner_c_wrappers.cpp | ||
simple_add.mlir |