Displaying 1 result from an estimated 1 matches for "ldpv_protected".
2016 Apr 20
2
Dead (or untested?) code in the gold plugin
...ch (GV->getVisibility()) {
- case GlobalValue::DefaultVisibility:
- sym.visibility = LDPV_DEFAULT;
- break;
case GlobalValue::HiddenVisibility:
sym.visibility = LDPV_HIDDEN;
break;
- case GlobalValue::ProtectedVisibility:
- sym.visibility = LDPV_PROTECTED;
- break;
}
}
all the tests still pass. Is it just dead, or untested?
Thanks,
--
Davide
"There are no solved problems; there are only problems that are more
or less solved" -- Henri Poincare