Skip to content

bindexplib: Revert support for constants symbols

Brad King requested to merge brad.king/cmake:bindexplib-revert-consts into master

Revert the main logic change of !763 (merged) and its test case. Unfortunately some constants may be provided by multiple object files with different @... suffixes, leading to ambiguous references. Revert support pending further investigation.

Fixes: #17045 (closed)

Merge request reports