[llvm] [Support] Add clang tooling generated explicit visibility macros (PR #113097)

Saleem Abdulrasool via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 15 11:06:54 PST 2024


================
@@ -654,7 +655,7 @@ struct OptionValue<cl::boolOrDefault> final
 };
 
 template <>
-struct OptionValue<std::string> final : OptionValueCopy<std::string> {
+struct LLVM_ABI OptionValue<std::string> final : OptionValueCopy<std::string> {
----------------
compnerd wrote:

Are these specializations marked as `extern template`?

https://github.com/llvm/llvm-project/pull/113097


More information about the llvm-commits mailing list