commit | cd47cbc7a44604a65d3ef391822a32b79b2f61e4 | [log] [tgz] |
---|---|---|
author | Howard Hinnant <[email protected]> | Tue Nov 06 21:08:48 2012 |
committer | Howard Hinnant <[email protected]> | Tue Nov 06 21:08:48 2012 |
tree | a8a24b04b88d31cf33571aeadc5d3252ca45e831 | |
parent | dc4ecaff07b62f7ddf4be17d72b336182382b0e5 [diff] |
Provide a way to disable use of extern templates in libc++. This is intended for the clients of libc++, not the libc++ build. The dylib should always contain the extern templates. To disable the client needs to put -D'_LIBCPP_EXTERN_TEMPLATE(...)=' on the command line. llvm-svn: 167486