diff options
author | Martin Storsjö <martin@martin.st> | 2020-11-12 10:57:03 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2020-11-18 11:04:55 +0200 |
commit | 83a03867da128bf9410ae15eb451500ed8c800f5 (patch) | |
tree | e13d1de83d10c535cac7db592bf6f06c0bc09a7d /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 2fa38fa9a651553080620f4c9883d075df2a706e (diff) | |
download | llvm-83a03867da128bf9410ae15eb451500ed8c800f5.zip llvm-83a03867da128bf9410ae15eb451500ed8c800f5.tar.gz llvm-83a03867da128bf9410ae15eb451500ed8c800f5.tar.bz2 |
[libcxx] Add missing _LIBCPP_FUNC_VIS on a few win32 locale functions
These functions are called directly from the public installed
headers, and thus need to be exported in DLL builds, just like
some other functions in the same header (e.g. snprintf_l).
This fixes e.g. test/std/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_float.pass.cpp
in mingw configurations.
Differential Revision: https://reviews.llvm.org/D91328
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions