Actions
Feature #704
closedWorkaround for broken Clang 3.0-6.2 -fvisibility=hidden behavior
Status:
Rejected
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
2016-11-24
Due date:
% Done:
0%
Estimated time:
Module:
Operating System:
Compiler:
Description
Setting -fvisibility=hidden
on Clang 3.0-6.2 will hide certain template instantiations, which results in linker errors later on.
A possible fix would be to enhance the confiruation test for -fvisibility=hidden
such that it not only checks for the flag's existance but also if it has the correct (expected) effects.
Updated by Jan Schlamelcher almost 9 years ago
- Subject changed from Workaround for broken Clang 3.0-6.2 @-fvisibility=hidden@ behavior to Workaround for broken Clang 3.0-6.2 -fvisibility=hidden behavior
Updated by Marco Eichelberg about 7 years ago
- Status changed from New to Rejected
We are not using Clang 3.0-6.2 anywhere anymore. Won't fix.
Actions