| commit | b3732bb3b76a4e12212f5e672ab281bd96ff906d | [log] [tgz] |
|---|---|---|
| author | John McCall <rjmccall@apple.com> | Thu Aug 12 23:36:15 2010 +0000 |
| committer | John McCall <rjmccall@apple.com> | Thu Aug 12 23:36:15 2010 +0000 |
| tree | 11485047f9cec4b171682dd3be091f5b2f4c8327 | |
| parent | 0e93f017e5fecf01b207a60cc94964ffbe525348 [diff] |
Just disable the hidden-visibility optimization for now by hiding it behind a -cc1 option. The Darwin linker complains about mixed visibility when linking gcc-built objects with clang-built objects, and the optimization isn't really that valuable. Platforms with less ornery linkers can feel free to enable this. llvm-svn: 110979