Page MenuHomePhabricator

Properly check for builtin
ClosedPublic

Authored by deadalnix on Dec 22 2017, 21:39.

Details

Summary

Previously, the function to check for symbols was used, but this is wrong as builtins are not symbols.

Test Plan
cmake -GNinja ..

Check that the configure file now has the builtins set to 1.

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

schancel added inline comments.
src/config/CMakeLists.txt
60 ↗(On Diff #2237)

This looks like we should put it in a cmake module?

This revision is now accepted and ready to land.Dec 26 2017, 08:13
This revision was automatically updated to reflect the committed changes.