diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2011-12-22 21:41:32 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2011-12-22 21:41:32 +0000 |
commit | d90b595599327ef139dbeb40797038e1efd3e5f4 (patch) | |
tree | c9a5831eac1eedd151ffbb14a162eaf93de3e8aa /llvm/lib/CodeGen/MachineFunction.cpp | |
parent | 464b0ca61a558d359795a3e4aa1ae5924ac571d5 (diff) | |
download | llvm-d90b595599327ef139dbeb40797038e1efd3e5f4.zip llvm-d90b595599327ef139dbeb40797038e1efd3e5f4.tar.gz llvm-d90b595599327ef139dbeb40797038e1efd3e5f4.tar.bz2 |
Reenable building with -fvisibility-inlines-hidden.
This was disabled years ago because of a bug in GCC 4.1, which is
on our "broken compilers" list for other reasons. Saving ~500k
on a clang binary (Release+Asserts) is well worth dropping support
for it.
We currently disable it for shared libraries (where it would bring
the biggest win) because clang is broken (PR11642).
IMPORTANT: If you're doing incremental builds you may get tons of
linker warnings. make clean will fix them.
llvm-svn: 147182
Diffstat (limited to 'llvm/lib/CodeGen/MachineFunction.cpp')
0 files changed, 0 insertions, 0 deletions