This target runs the symbol-check.py scripts on the executables.
This is the equivalent of the autotools check-symbols rule.
Details
Details
- Reviewers
deadalnix jasonbcox - Group Reviewers
Restricted Project - Commits
- rSTAGINGa7b6fd856433: [CMAKE] Add the check-symbols target
rABCa7b6fd856433: [CMAKE] Add the check-symbols target
Build the depends subsystem for linux 64, then:
mkdir buildcmake && cd buildcmake cmake -GNinja .. \ -DENABLE_GLIBC_BACK_COMPAT=ON \ -DENABLE_STATIC_LIBSTDCXX=ON \ -DENABLE_REDUCE_EXPORTS=ON \ -DCMAKE_TOOLCHAIN_FILE=../cmake/platforms/Linux64.cmake ninja check-symbols
If should be successful.
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
CMakeLists.txt | ||
---|---|---|
33 ↗ | (On Diff #13083) | Nit: This comment is looking redundant. Consider removing it. |
Comment Actions
Rebase on top of D4144.
Update comment as per feedback.
Do not check bench or test binaries, that are not intended to be installed.