summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachineOperand.cpp
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2018-10-30 22:07:52 +0000
committerEric Fiselier <eric@efcs.ca>2018-10-30 22:07:52 +0000
commit6426a8d0c8afa1dc61891e7b0accb8e9223ccaf6 (patch)
tree5f1225e9d97d11f709cda96519aa8f1ddcb7f1b4 /llvm/lib/CodeGen/MachineOperand.cpp
parente90a7df5a179067d4eb64c97680dceb15b4b211d (diff)
downloadbcm5719-llvm-6426a8d0c8afa1dc61891e7b0accb8e9223ccaf6.tar.gz
bcm5719-llvm-6426a8d0c8afa1dc61891e7b0accb8e9223ccaf6.zip
Build with -fvisibility=hidden
Summary: This change changes the build to use -fvisibility=hidden The exports this patch removes are symbols that should have never been exported by the dylib in the first place, and should all be symbols which the linker won't de-duplicate across SO boundaries, making them safe to remove. After this change, we should be able to apply `_LIBCPP_HIDDEN` to the versioning namespace without changing the export lists. Reviewers: ldionne, mclow.lists Reviewed By: ldionne Subscribers: smeenai, mgorny, libcxx-commits Differential Revision: https://reviews.llvm.org/D53868 llvm-svn: 345664
Diffstat (limited to 'llvm/lib/CodeGen/MachineOperand.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud