diff options
author | Eric Fiselier <eric@efcs.ca> | 2020-03-04 13:54:04 -0500 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2020-03-04 13:57:29 -0500 |
commit | 5891e7302f897771c9686a80a4afbf6a36d9b2ac (patch) | |
tree | 185ca1a23cdc2e7c20d1c0590a910e9f8a2ddb6b /llvm/tools/llvm-readobj/llvm-readobj.cpp | |
parent | 30cbdcb5c3694e2e6c4647ce88df9e3692bf90cf (diff) | |
download | llvm-5891e7302f897771c9686a80a4afbf6a36d9b2ac.zip llvm-5891e7302f897771c9686a80a4afbf6a36d9b2ac.tar.gz llvm-5891e7302f897771c9686a80a4afbf6a36d9b2ac.tar.bz2 |
[libc++] Move std::string extern template declarations to end of class.
They need to appear before any member functions are ODR used, because
they change the visibility of many of these functions and otherwise
they could end up with hidden visibility in the DSO.
Diffstat (limited to 'llvm/tools/llvm-readobj/llvm-readobj.cpp')
0 files changed, 0 insertions, 0 deletions